mirror of
https://github.com/xmengnet/the-art-of-command-line.git
synced 2024-12-24 04:16:29 +08:00
commit
73d0ccdf3e
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ Notes:
|
|||
|
||||
- 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.
|
||||
- See also `lsof` and `fuser` for open sockets and files.
|
||||
|
||||
- See `uptime` or `w` to know how long the system has been running.
|
||||
|
||||
|
|
Loading…
Reference in a new issue