Windows netstat: Difference between revisions
Jump to navigation
Jump to search
(→-b) |
|||
Line 12: | Line 12: | ||
==-b== | ==-b== | ||
Display | 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]