linux - Identify Process Holding Lock on File -


i have file named parent.control create in program, text file. other processes open , lock file. identify process(es) has locked it. possible? i'm using ubuntu looking cross *nix solution.

try

lsof | grep "parent.control" 

or

fuser parent.control 

Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -