Windows netstat: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
* [[Windows#Commands|Windows]]
* [[Windows#Commands|Windows]]
* [[netstat|Linux netstat]]
* [[netstat|Linux netstat]]
=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]

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]