1
0
Fork 0
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:
Ville Saalo 2024-07-30 17:06:17 +03:00 committed by GitHub
parent e9339552ad
commit 65c5f9b30d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: