Fix #457: use lsof to see listening processes
parent
21443dfb44
commit
27806b0e02
|
@ -109,7 +109,7 @@ Notes:
|
|||
|
||||
- Use `nohup` or `disown` if you want a background process to keep running forever.
|
||||
|
||||
- Check what processes are listening via `netstat -lntp` or `ss -plat` (for TCP; add `-u` for UDP).
|
||||
- Check what processes are listening via `netstat -lntp` or `ss -plat` (for TCP; add `-u` for UDP) or `lsof -iTCP -sTCP:LISTEN -P -n`.
|
||||
|
||||
- See also `lsof` for open sockets and files.
|
||||
|
||||
|
|
Loading…
Reference in New Issue