mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 03:55:25 +02:00
netstat: add "See also" line (#13321)
This commit is contained in:
parent
e9339552ad
commit
65c5f9b30d
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue