I know I can use lsof path/to/file
to see which processes currently have a given file open.
Is there a top
-like command I can use to continuously monitor which processes have a given file open?
I know I can use lsof path/to/file
to see which processes currently have a given file open.
Is there a top
-like command I can use to continuously monitor which processes have a given file open?