Difference between revisions of "Netstat"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
 
Line 3: Line 3:
 
= open connections =
 
= open connections =
 
  netstat -a -A inet -p -n
 
  netstat -a -A inet -p -n
 +
 +
= similar commands =
 +
* [[lsof]] -i
 +
* [[nmap]]

Latest revision as of 07:18, 8 September 2010

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

open connections

netstat -a -A inet -p -n

similar commands