netstat -sp tcp
netstat -sp udp
Aktif TCP bağlantılarını ve süreç numaralarını her 5 saniyede bir görmek için, şu komutu yazınız (Microsoft Windows altında, sadece XP ve 2003 üzerinde çalışır): netstat -o 5
Mac OS X version netstat -w 5
Aktif TCP bağlantılarını ve süreç numaralarını sayısal formda görüntülemek için, şu komutu yazınız Microsoft Windows altında, sadece XP ve 2003 üzerinde çalışır): netstat -no
Bir süreçe ait açık olan tüm portları görüntülemek için: netstat -aop | grep "pid"
Referanslar Dış bağlantılar * Net-Tool project page on berliOS * Ports & Services Database * Microsoft TechNet Netstat article – documentation for the netstat.exe command-line program. * The netstat Command (Linux) – a guide to using the netstat command in Linux. * Security Now #49 - The NETSTAT Command – podcast guide to netstat from Security Now!. * From linux-ip.net More complete description of some aspects of the output.