--- a/net.rst Thu Sep 02 16:45:59 2010 +0300
+++ b/net.rst Tue Sep 07 15:20:47 2010 +0300
@@ -29,7 +29,7 @@
$ nbtstat -r
-* List of open port.
+* List of open ports.
** Windows.
@@ -38,6 +38,14 @@
cmd> netstat -a -n # TCP and UDP
cmd> netstat -s # show IP, ICMP, TCP, and UDP statistics.
+* Which processes open port?
+
+** Windows
+
+ cmd> netstat -o # show PID
+ cmd> netstat -b # show also cmd name
+ cmd> netstat -b -v # show all modules (.exe and .dll) with full path
+
* How disable IPv6?
** Debian kernel 2.6/Ubuntu ("official" method)/Fedora Core.