Hi,

On Thu, 20 May 2004, Theo Van Dinter wrote:

> On Thu, May 20, 2004 at 02:19:35PM +0200, Ilan Aisic wrote:
> > You may want to run `nmap` on your mail host IP to see which processes
> > are using which ports.
>
> Eeek!  I mean, I guess you could run nmap, but the correct way of doing
> that is "lsof -i".  If you know the port number "lsof -i :num".

And provided you have some form of linux, you can use:

  sudo netstat -ntlp

or (as root if you don't have sudo set up)

  netstat -ntlp

otherwise lsof is the way to go.

hth,

-- Bob

Reply via email to