At 10:15 31/08/00 -0400, Tom Lane wrote:
>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 | grep LISTEN

works on most UNIX flavours

Reply via email to