Windows netstat: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
Line 12: Line 12:
==-b==
==-b==


Display what local process is involved with the connection.
Display the local executable involved in creating the connection or listening on a port.
 
Note that the process is displayed ''after'' the connection information line:
 
TCP    127.0.0.1:1072        some-server:1070    ESTABLISHED
[java.exe]

Latest revision as of 11:34, 27 October 2017

External

Internal

Options

-b

Display the local executable involved in creating the connection or listening on a port.

Note that the process is displayed after the connection information line:

TCP    127.0.0.1:1072         some-server:1070    ESTABLISHED
[java.exe]