Go Back   Armenian Knowledge Base > Technical sections > Operating Systems > Unix

Reply
 
Thread Tools

Need UNIX command to determine port owners
Old 25.09.2006, 11:11   #1
Ego coder
 
AvDav's Avatar
 
Join Date: 07 2004
Location: Yerevan, Armenia
Age: 44
Posts: 3,738
Rep Power: 5
Default Need UNIX command to determine port owners

Hello, I need a UNIX command to determine which ports are open from what processes. Nmap is not a solution since it shows only opened ports, I dig into `ps' command too, but according to its manual there is no open port info it can provide. Would appreciate any help.
P.S. My problem is that I see that ftp 21 port is open on my UNIX and it should be opnened by `proftpd', and if I do `ps -e | grep proftpd' there is no matching result in other word need to determine what process has been opened ftp port.

Thanks in advance.
__________________
Каждый сам кузнец своего счастья, и несчастья тоже.

Old 25.09.2006, 13:42   #2
dardanian
 
aeneas's Avatar
 
Join Date: 11 2005
Location: new troy
Posts: 175
Rep Power: 0
Default

netstat -ae
__________________
o gloriose stelle, o lume pregno
di gran virtù, dal quale io riconosco
tutto, qual che si sia, il mio ingegno
dante, paradiso - canto 22

Old 25.09.2006, 15:28   #3
Ego coder
 
AvDav's Avatar
 
Join Date: 07 2004
Location: Yerevan, Armenia
Age: 44
Posts: 3,738
Rep Power: 5
Default

I am sorry, but it gives me lines like:

tcp 0 0 *:ftp *:* LISTEN root 618
tcp 0 0 *:ssh *:* LISTEN root 622

and there is no process info I can view...
__________________
Каждый сам кузнец своего счастья, и несчастья тоже.

Old 25.09.2006, 16:06   #4
dardanian
 
aeneas's Avatar
 
Join Date: 11 2005
Location: new troy
Posts: 175
Rep Power: 0
Default

Quote:
Originally Posted by aeneas View Post
netstat -ae
oops

netstat -ap
__________________
o gloriose stelle, o lume pregno
di gran virtù, dal quale io riconosco
tutto, qual che si sia, il mio ingegno
dante, paradiso - canto 22

Old 25.09.2006, 21:03   #5
Ego coder
 
AvDav's Avatar
 
Join Date: 07 2004
Location: Yerevan, Armenia
Age: 44
Posts: 3,738
Rep Power: 5
Default

Thanks for the help.
__________________
Каждый сам кузнец своего счастья, и несчастья тоже.
Reply




Реклама:
реклама
Buy text link .

All times are GMT. The time now is 10:20.
Top

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.