Date: Tue, 3 Oct 2000 03:40:54 +0200 (CEST) From: Walter Hop <walter@skydancer.nl> To: Michael Bryan <fbsd-security@ursine.com> Cc: security@FreeBSD.ORG Subject: Re: cvs commit: src/etc inetd.conf Message-ID: <Pine.BSF.4.21.0010030332190.15413-100000@surreal.nl> In-Reply-To: <39D93044.8B0C4E69@ursine.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[in reply to Michael Bryan <fbsd-security@ursine.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 majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0010030332190.15413-100000>