Network - netstat & ss
Jump to navigation
Jump to search
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 |