|  |  | 
| EnderUNIX İpucuArkadaşıma gönder , Ana Sayfa[ Linux ] "Hangi Portu Hangi Program Dinliyor (LINUX)" - Necati Ersen ŞİŞECİ - (2004-01-30 03:04:58) [1162] # netstat -plutn komutu ile Linux'de hangi portu hangi programın dinlediği kolaylıkla öğrenilebilir. n: Adresleri numeric olarak gösterir. p: Program adlarını gösterir (root hakkı gerektirir). l: LISTEN olan portları gosterir. t: TCP portları gösterir. u: UDP portları gösterir. Örnek Çıktı: Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:1234 0.0.0.0:* LISTEN 10240/shadowland tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 68/inetd tcp 0 0 0.0.0.0:9999 0.0.0.0:* LISTEN 327/bnc tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 86/httpd tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 81/sendmail: accept tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 70/sshd tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 68/inetd udp 0 0 0.0.0.0:1024 0.0.0.0:* 216/ircd Arkadaşıma gönder , Ana Sayfa |  |