Merge pull request #489 from mkwardakov/fuser

Mention fuser
This commit is contained in:
Joshua Levy 2017-02-12 20:59:28 -08:00 committed by GitHub
commit 73d0ccdf3e

View file

@ -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.