Hi all,
What is the command to know which process is using a certain file ?
Thanks,
Frederic
Printable View
Hi all,
What is the command to know which process is using a certain file ?
Thanks,
Frederic
is what you want.Code:lsof
to see what's using a file (lets say "filename") use:
should suffficeCode:lsof | grep filename
i thought it was :
Code:fuser [files | filesystems]