Wednesday 27 July 2011

How to find which port listing for process id?

in windows:

use this command netstat -o
it will list out process id, port number, listen address, port status, process name

for unix, use lsof

No comments:

Post a Comment