diff --git a/pages/linux/fuser.md b/pages/linux/fuser.md new file mode 100644 index 0000000000..4b998a682e --- /dev/null +++ b/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}}` +