cm0002@sh.itjust.works to Programmer Humor@programming.dev · 3 days agoDeleting Fileslemmy.mlexternal-linkmessage-square158fedilinkarrow-up11.38Karrow-down113file-textcross-posted to: programmerhumor@lemmy.ml
arrow-up11.37Karrow-down1external-linkDeleting Fileslemmy.mlcm0002@sh.itjust.works to Programmer Humor@programming.dev · 3 days agomessage-square158fedilinkfile-textcross-posted to: programmerhumor@lemmy.ml
minus-squareSeefra 1@lemmy.ziplinkfedilinkarrow-up18·3 days ago I’m sure Linux has something for that too, but I don’t know what it is fuser
minus-squarekrooklochurm@lemmy.calinkfedilinkarrow-up2·3 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.
fuser
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