cm0002@sh.itjust.works to Programmer Humor@programming.dev · 6 days agoDeleting Fileslemmy.mlexternal-linkmessage-square160fedilinkarrow-up11.4Karrow-down113file-text
arrow-up11.39Karrow-down1external-linkDeleting Fileslemmy.mlcm0002@sh.itjust.works to Programmer Humor@programming.dev · 6 days agomessage-square160fedilinkfile-text
minus-squarekrooklochurm@lemmy.calinkfedilinkarrow-up2·6 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