Difference between revisions of "Fuser"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
 
<code>fuser</code><ref>http://man7.org/linux/man-pages/man1/fuser.1.html</ref> identify processes using files or sockets
 
<code>fuser</code><ref>http://man7.org/linux/man-pages/man1/fuser.1.html</ref> identify processes using files or sockets
  
<pre>
+
 
fuser access.log
+
fuser access.log
/path/to/access.log: 16602 16833 16834 16835 16836
+
/path/to/access.log: 16602 16833 16834 16835 16836
</pre>
+
 
 +
 
 +
fuser -a /
  
  

Revision as of 16:51, 21 April 2020

fuser[1] identify processes using files or sockets


fuser access.log
/path/to/access.log: 16602 16833 16834 16835 16836


fuser -a /


Related commands


See also

  • http://man7.org/linux/man-pages/man1/fuser.1.html
  • Advertising: