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.
__________________
Каждый сам кузнец своего счастья, и несчастья тоже.
|