Difference between revisions of "Netstat"

From Linuxintro
imported>ThorstenStaerk
(New page: Netstat is a command to show open network connections on a computer. = open connections = netstat -a -A inet -p -n)
 
imported>ThorstenStaerk
Line 2: Line 2:
  
 
= open connections =
 
= open connections =
netstat -a -A inet -p -n
+
netstat -a -A inet -p -n

Revision as of 07:17, 8 September 2010

Netstat is a command to show open network connections on a computer.

open connections

netstat -a -A inet -p -n