mirror of https://github.com/CrimsonTome/tldr.git
netstat: add "See also" line (#13321)
parent
e9339552ad
commit
65c5f9b30d
|
@ -1,6 +1,7 @@
|
|||
# netstat
|
||||
|
||||
> Display network-related information such as open connections, open socket ports, etc.
|
||||
> See also: `lsof` for listing network connections, including listening ports.
|
||||
> More information: <https://keith.github.io/xcode-man-pages/netstat.1.html>.
|
||||
|
||||
- Display the PID and program name listening on a specific protocol:
|
||||
|
|
Loading…
Reference in New Issue