On Fri, 17 Dec 1999, Steve wrote:
> Is there a command that will list the ports that are being used and
> what is it?
Is this what you're looking for?
cat /proc/net/tcp
cat /proc/net/udp
and cat /proc/net/unix just for good measure
It might be nice to have a perl script to turn the tcp and udp stuff into
a more readable format. It took a minute to figure out that them big hex
numbers were my ip addresses in reverse. :-)
/proc/net/ip_masq/* might be worth a look too if you're doing any
masquerade stuff. I'm not, so the files therein aren't very interesting!
---------------------------------------------------------------------------
Assume just 4 million businesses on the Internet today...
If 1% of them sent you one piece of junk email per year,
you'd still have to wade through over 100 messages per day.
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.