From f83d54567aef5f0e456607478e826db1d0979955 Mon Sep 17 00:00:00 2001 From: Igor Shubovych Date: Tue, 19 Jan 2016 00:18:06 +0200 Subject: [PATCH] fuser: linting --- pages/linux/fuser.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/linux/fuser.md b/pages/linux/fuser.md index 4b998a682e..015c25b822 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}}` -