List netstat and ss.

Update #10 to list both.
This commit is contained in:
Joshua Levy
2015-06-19 22:59:51 -07:00
parent b22b75db74
commit 1abac1882f

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