Difference between revisions of "Fuser"

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
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]] include in <code>[[psmisc]]</code> package.
  
<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 --all / or fuser-a /
  
  
 
== Related commands ==
 
== Related commands ==
 
* <code>[[lsof]]</code>
 
* <code>[[lsof]]</code>
 
  
 
== See also ==
 
== See also ==

Latest revision as of 16:34, 28 July 2021

fuser[1] identify processes using files or sockets include in psmisc package.


fuser access.log
/path/to/access.log: 16602 16833 16834 16835 16836
fuser --all / or fuser-a /


Related commands[edit]

See also[edit]

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