netstat is long deprecated on linux. Use ss instead.

pull/10/head
Corey Richardson 2015-06-15 20:02:43 -04:00
parent 7b20803499
commit e0e6936584
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ Scope:
- 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.