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...")
(No difference)

Revision as of 01:04, 7 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