Possible Duplicate:
How can I see all active connections?
I have some conflict of ports and my WampServer didn't work, so I have to know which port is used.
Is there a command line command ? or any program to monitor the ports ?
Answer
To list open ports and listening services, then from within command prompt, type
netstat -a
or
netstat -an
For more details, in command prompt type
netstat ?
No comments:
Post a Comment