From 23177f05bbb9d6b6357b05214a7c80fb1ce08852 Mon Sep 17 00:00:00 2001 From: "Kwardakov, Michael" Date: Wed, 18 Jan 2017 13:58:19 +0300 Subject: [PATCH] Mention fuser --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df6ca81..0f9afd8 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Notes: - Check what processes are listening via `netstat -lntp` or `ss -plat` (for TCP; add `-u` for UDP). -- See also `lsof` for open sockets and files. +- See also `lsof` and `fuser` for open sockets and files. - See `uptime` or `w` to know how long the system has been running.