On Mon, Jun 03, 2002 at 04:55:18PM -0400, Derek J. Balling wrote:
> At 10:43 PM +0200 6/3/02, Guido Hennecke wrote:
> >netstat -an | grep <port>
> 
> That command will only tell him "yup, it's LISTENING", but won't tell 
> him WHAT is listening on that port.

It does with the -p switch:

$ netstat -apn |grep <port>

        Javi


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to