Thread
:
How can you tell which program has opened a port on your computer?
View Single Post
10-18-2007, 07:43 AM
CheneyRumsfeld
Confirmed User
Join Date: Sep 2004
Posts: 1,341
http://www.howtonetworking.com/command/openport1.htm
To list all listening ports, use netstat -an |find /i "listening" command.
CheneyRumsfeld
View Public Profile
Find More Posts by CheneyRumsfeld