Processes that open path
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 12 Jan 2016 19:47:11 +0200
changeset 1869 f779ff33178e
parent 1868 47075059112f
child 1870 6d3eb4fdcb47
Processes that open path
stat.rst
--- a/stat.rst	Tue Jan 12 19:43:04 2016 +0200
+++ b/stat.rst	Tue Jan 12 19:47:11 2016 +0200
@@ -339,6 +339,14 @@
 
   $ fstat -u <user>
 
+Processes that open path
+========================
+
+::
+
+  $ lsof $FILE
+  $ lsof +D $DIR
+
 Opened network connection by process.
 =====================================