cm0002@sh.itjust.works to Programmer Humor@programming.dev · 19 hours agoDeleting Filesimagemessage-square151fedilinkarrow-up11.22Karrow-down111file-textcross-posted to: programmerhumor@lemmy.ml
arrow-up11.21Karrow-down1imageDeleting Filescm0002@sh.itjust.works to Programmer Humor@programming.dev · 19 hours agomessage-square151fedilinkfile-textcross-posted to: programmerhumor@lemmy.ml
minus-squarekrooklochurm@lemmy.calinkfedilinkarrow-up2·10 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