On Thu, 17 Aug 2000, Kurth Bemis wrote:
> port 20012 was open.
Use "netstat -ltup" (as root) to find out what is using those ports.
-l = select listening ports
-t = select TCP ports
-u = select UDP ports
-p = show the program (or at least the PID) using the port
You might also want to add a "-n" (don't resolve numbers-to-names) if you
find netstat hanging on DNS a lot.
--
Ben Scott <[EMAIL PROTECTED]>
Net Technologies, Inc. <http://www.ntisys.com>
Voice: (800)905-3049 x18 Fax: (978)499-7839
**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************