Network - netstat & ss: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
(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...")
 
m (Michael Kohler moved page Netstat & ss Commands to Network - netstat & ss without leaving a redirect)
 
(No difference)

Latest revision as of 14:53, 9 April 2022

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