List netstat and ss.

Update #10 to list both.
pull/72/merge
Joshua Levy 2015-06-19 22:59:51 -07:00
parent b22b75db74
commit 1abac1882f
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. - Use `nohup` or `disown` if you want a background process to keep running forever.
- Check what processes are listening via `ss -plat`. - Check what processes are listening via `netstat -lntp` or `ss -plat` (for TCP; add `-u` for for UDP).
- See also `lsof` for open sockets and files. - See also `lsof` for open sockets and files.