Skip to main content

All Questions

Tagged with
2 votes
0 answers
377 views

Force netstat to always return results in English language, irrespective of system language?

Is there a way to call netstat commands (e.g. netstat -an) but return the results in English irrespective of the system language? Background: the reason I wish to find a way is because some software ...
stevec's user avatar
  • 839
5 votes
3 answers
20k views

Powershell one-liner to show process on same line as port using netstat issue

First I just want to make sure user Erik Bitemo gets credit for the original code I'm using here. The output is what I'm looking for with one exception: One of the ports disappears and "System System5"...
ex28's user avatar
  • 81
61 votes
7 answers
298k views

netstat with process name?

Using netstat -a -o -n I can get the list of ports and PID then I need to go to task manager and add the PID and see who is it. (pretty frustrating) I was wonder if there is a CMD command which ...
Royi Namir's user avatar
  • 5,788
4 votes
1 answer
5k views

netstat: grep lines related to a specific process

I know that, in Windows, you could do the following to see what processes are attached to a port: netstat -a -b However, how would you limit the display to ports attached to a specific process? I ...
Belmin Fernandez's user avatar