Skip to content

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 or netstat -t -l
Clone this wiki locally