mirror of
https://github.com/jlevy/the-art-of-command-line.git
synced 2025-01-30 04:40:43 +02:00
commit
0a2097948a
@ -90,7 +90,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 for UDP).
|
||||
- Check what processes are listening via `netstat -lntp` or `ss -plat` (for TCP; add `-u` for UDP).
|
||||
|
||||
- See also `lsof` for open sockets and files.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user