Which process is holding which network port?

  • Thread starter Thread starter Forte Agent
  • Start date Start date
F

Forte Agent

"netstat -a" lists all the ports being used in system, but it does not
tell which process is holding the port. Is there some way to find
this info? Command line utility that reports this would be great. I
know "lsof -i" reports processes and the network ports each process is
accessing in UNIX, but I don't know anything similar for Windows
platform. Thank you in advance.
 
Back
Top