netstat is long deprecated on linux. Use ss instead.
This commit is contained in:
@ -71,7 +71,7 @@ Scope:
|
|||||||
|
|
||||||
- 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 `netstat -lntp`.
|
- Check what processes are listening via `ss -plat`.
|
||||||
|
|
||||||
- See also `lsof` for open sockets and files.
|
- See also `lsof` for open sockets and files.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user