List of open ports for Linux.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 07 Sep 2010 15:21:38 +0300
changeset 524 9b596be4c77b
parent 523 034d73330ea9
child 525 0e46bc34075e
child 526 412609662010
List of open ports for Linux.
net.rst
--- a/net.rst	Tue Sep 07 15:20:47 2010 +0300
+++ b/net.rst	Tue Sep 07 15:21:38 2010 +0300
@@ -38,6 +38,10 @@
   cmd> netstat -a -n  # TCP and UDP
   cmd> netstat -s     # show IP, ICMP, TCP, and UDP statistics.
 
+** Linux.
+
+  $ netstat
+
 * Which processes open port?
 
 ** Windows