netstat - kimschles/schlesinger-knowledge GitHub Wiki

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 or netstat -t -l