Strange Ports Being Used

Vu Pham vu
Tue Mar 13 05:29:30 PDT 2007


On Tue, 2007-03-13 at 06:57 +0000, Steve Jardine wrote:
> All,
> 
>     Anyone got a good idea as to what I can use to determine what program is bound to which port on my system?
> 
>     Thanks in advance,
> 


ef:~ # netstat -pln --ip

Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address
State       PID/Program name   
tcp        0      0 127.0.0.1:7777          0.0.0.0:*
LISTEN      8651/tnslsnr        
tcp        0      0 0.0.0.0:111             0.0.0.0:*
LISTEN      3470/portmap        
tcp        0      0 0.0.0.0:6000            0.0.0.0:*
LISTEN      3977/X              
tcp        0      0 127.0.0.1:2544          0.0.0.0:*
LISTEN      3670/zmd            
tcp        0      0 0.0.0.0:1521            0.0.0.0:*
LISTEN      8651/tnslsnr        
tcp        0      0 0.0.0.0:59029           0.0.0.0:*
LISTEN      8777/xe_d000_XE     
tcp        0      0 0.0.0.0:21              0.0.0.0:*
LISTEN      3718/vsftpd         
tcp        0      0 127.0.0.1:631           0.0.0.0:*
LISTEN      3911/cupsd          
udp        0      0 0.0.0.0:1024            0.0.0.0:*
3229/mdnsd          
udp        0      0 127.0.0.1:1042          0.0.0.0:*
8755/xe_pmon_XE     
udp        0      0 127.0.0.1:1043          0.0.0.0:*
8777/xe_d000_XE     
udp        0      0 127.0.0.1:1044          0.0.0.0:*
8779/xe_s000_XE     
udp        0      0 127.0.0.1:1045          0.0.0.0:*
8781/xe_s001_XE     
udp        0      0 127.0.0.1:1046          0.0.0.0:*
8783/xe_s002_XE     
udp        0      0 127.0.0.1:1047          0.0.0.0:*
8785/xe_s003_XE     
udp        0      0 0.0.0.0:5353            0.0.0.0:*
3229/mdnsd          
udp        0      0 0.0.0.0:111             0.0.0.0:*
3470/portmap        
udp        0      0 0.0.0.0:631             0.0.0.0:*
3911/cupsd          
ef:~ # 





More information about the Linux-users mailing list