Greetings. On Wed, Apr 28, 2004 at 04:26:36PM +0200, Seak, Teng-Fong wrote: > Using this command: > netstat -n -a -p tcp > It could show you the open ports in your server machine. > But they can't tell you which application is the owner of the port.
With '-o' option, netstat shows 'owner' PID of the port. And with Windows Task Manager, you can get owner process (in name) of the port. -- Akira Hatakeyama E-Mail: [EMAIL PROTECTED] http://www.sra.co.jp/people/akira/index.html chigasaki-minami, tsuzuki ward, yokohama, japan _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
