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
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
= 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