How do you find out which processes have a lock on a given file, in Linux?
|
feedback
|
|
Try fuser In the example below, I have run fuser against a jar file and it has shown me the pids for the processes using the jar.
| ||||
|
feedback
|
|
You try lslk? | |||||
feedback
|