On Thu, Aug 31, 2000 at 10:15:50AM -0400, Tom Lane wrote:
> > netstat did not list them as using a port,
> 
> Actually I think netstat only shows open connections, not processes
> listening for connections.  Does anyone know a (reasonably portable)
> way of seeing which port numbers are being accept()ed on?

netstat -a

(often netstat -an cuts out the time-consuming DNS lookups).

Jules

Reply via email to