OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: cvs commit: src/etc inetd.conf
From: Walter Hop (walterskydancer.nl)
Date: Mon Oct 02 2000 - 20:40:54 CDT


[in reply to Michael Bryan <fbsd-securityursine.com>, 02/10/00]

> If any port has a listener on it, as an admin you'd better know what that
> listener is

This shell script should be in the base ;)

lsof -i | grep LISTEN | awk '{ print $1 "("$3") " $9} ' | sort | uniq

Don't recall where I got it from, some Linux site I believe...

-- 
 "You might feel like you're melting and want to roll around on the
 ground, or maybe thats just me."

To Unsubscribe: send mail to majordomoFreeBSD.org with "unsubscribe freebsd-security" in the body of the message