If 'netstat -anp tcp' shows me an IP address and port with a process
listening on it, can anyone suggest a way to determine either the pid or
the owner of the process that is bound to that address?

In other words:

% netstat -anp tcp | grep LISTEN
tcp4       0      0  64.112.226.133.8091    *.*                   LISTEN
tcp4       0      0  64.112.226.133.8090    *.*                   LISTEN
tcp4       0      0  *.8021                 *.*                   LISTEN
tcp4       0      0  *.8080                 *.*                   LISTEN
tcp4       0      0  64.112.226.141.8080    *.*                   LISTEN
tcp4       0      0  64.112.226.133.13080   *.*                   LISTEN

I'm interested in what is listening on 64.112.226.141.8080, mainly
because I need something else to listen there. I know it's a Zope
instance, but I can't tell *which* Zope instance (there are many on this
box.)

NB: This is on a 4.11-RELEASE-p26 box.

Thanks,
-- 
Glenn Gillis
ELAW U.S. Information Technology Manager
Environmental Law Alliance Worldwide
http://www.elaw.org

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to