parent
b22b75db74
commit
1abac1882f
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue