How do you find out which processes have a lock on a given file, in Linux?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
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.
|
||||
|
|
|
You try lslk? |
|||