Merge pull request #10 from cmr/patch-2

netstat is long deprecated on linux. Use ss instead.
pull/72/merge
Joshua Levy 2015-06-19 22:56:38 -07:00
commit b22b75db74
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ Notes:
- Use `nohup` or `disown` if you want a background process to keep running forever.
- Check what processes are listening via `netstat -lntp`.
- Check what processes are listening via `ss -plat`.
- See also `lsof` for open sockets and files.