Powered By Blogger

Wednesday, August 31, 2011

Finding the port listening command

Finding the port listening command

From a Windows console, type:

netstat -an|find "61616" 

OR

From a Unix command shell, type:

netstat -an|grep 61616 

No comments:

Post a Comment