cm0002@sh.itjust.works to Programmer Humor@programming.dev · 14 hours agoDeleting Fileslemmy.mlimagemessage-square130linkfedilinkarrow-up11.12Karrow-down110file-text
arrow-up11.11Karrow-down1imageDeleting Fileslemmy.mlcm0002@sh.itjust.works to Programmer Humor@programming.dev · 14 hours agomessage-square130linkfedilinkfile-text
minus-squarekrooklochurm@lemmy.calinkfedilinkarrow-up2·5 hours agoI can’t remember the other program that’ll do it. But there’s another one that’ll list all the processes using a file. Tip of my tongue fuck.
I can’t remember the other program that’ll do it.
But there’s another one that’ll list all the processes using a file.
Tip of my tongue fuck.
lsof | grep <filename>
That’s the one