cm0002@sh.itjust.works to Programmer Humor@programming.dev · 5 days agoDeleting Fileslemmy.mlimagemessage-square160linkfedilinkarrow-up11.39Karrow-down113file-textcross-posted to: programmerhumor@lemmy.ml
arrow-up11.38Karrow-down1imageDeleting Fileslemmy.mlcm0002@sh.itjust.works to Programmer Humor@programming.dev · 5 days agomessage-square160linkfedilinkfile-textcross-posted to: programmerhumor@lemmy.ml
minus-squarekrooklochurm@lemmy.calinkfedilinkarrow-up2·4 days 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