# HG changeset patch # User Oleksandr Gavenko # Date 1283862047 -10800 # Node ID 034d73330ea99a0754adbe56682ebbf82eaac0fa # Parent 5a33eef9ce6909ef51e2c2362713499b765d16a6 Which processes open port? diff -r 5a33eef9ce69 -r 034d73330ea9 net.rst --- 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.