Windows netstat: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Windows * Linux netstat")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
* https://commandwindows.com/netstat.htm
=Internal=
=Internal=


* [[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]