Network - netstat & ss

From UNIX Systems Administration
Revision as of 01:04, 7 April 2022 by Michael Kohler (talk | contribs) (Created page with "{| class="wikitable" |+ Caption text |- ! netstat !! ss !! ip !! description |- | netstat -t || ss -t || n/a || Display TCP sockets |- | netstat -r || n/a || ip route || Displ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Caption text
netstat ss ip description
netstat -t ss -t n/a Display TCP sockets
netstat -r n/a ip route Display route information
netstat -i n/a ip -s link Display link information
netstat -a ss n/a Display all connections
netstat -antpu ss -antpu n/a Display all connections with corresponding process