-
Notifications
You must be signed in to change notification settings - Fork 12
netstat
kimschles edited this page Sep 21, 2018
·
1 revision
netstat is short for network statistics the tool displays network connections
See your network interfaces
netstat -i
See your route tables
netstat -r -n
See statistics for TCP/IP
netstat -s
See active TCP connections
netstat -t -n
See servers that are listening
-
netstat -t -n -l
ornetstat -t -l