diff --git a/pages/linux/fuser.md b/pages/linux/fuser.md index 4b998a682..015c25b82 100644 --- a/pages/linux/fuser.md +++ b/pages/linux/fuser.md @@ -3,7 +3,6 @@ > Display process IDs currently using files or sockets. > Require admin privileges. -- identify process using a tcp socket +- Identify process using a TCP socket: `fuser -n tcp {{port}}` -