cm0002@sh.itjust.works to Programmer Humor@programming.dev · 3 天前Deleting Fileslemmy.mlimagemessage-square148fedilinkarrow-up11.32Karrow-down111file-text
arrow-up11.31Karrow-down1imageDeleting Fileslemmy.mlcm0002@sh.itjust.works to Programmer Humor@programming.dev · 3 天前message-square148fedilinkfile-text
minus-squareSeefra 1@lemmy.ziplinkfedilinkarrow-up16·3 天前 I’m sure Linux has something for that too, but I don’t know what it is fuser
minus-squarekrooklochurm@lemmy.calinkfedilinkarrow-up2·3 天前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.
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