cm0002@sh.itjust.works to Programmer Humor@programming.dev · 3 months agoDeleting Fileslemmy.mlimagemessage-square164fedilinkarrow-up11.43Karrow-down113file-textcross-posted to: [email protected]
arrow-up11.42Karrow-down1imageDeleting Fileslemmy.mlcm0002@sh.itjust.works to Programmer Humor@programming.dev · 3 months agomessage-square164fedilinkfile-textcross-posted to: [email protected]
minus-squarekrooklochurm@lemmy.calinkfedilinkarrow-up2·3 months 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