Browse Source

fuser command

David Siefert 9 years ago
parent
commit
10bf3d17e9
1 changed files with 9 additions and 0 deletions
  1. 9 0
      pages/linux/fuser.md

+ 9 - 0
pages/linux/fuser.md

@@ -0,0 +1,9 @@
+# fuser
+
+> Display process IDs currently using files or sockets.
+> Require admin privileges.
+
+- identify process using a tcp socket
+
+`fuser -n tcp {{port}}`
+