Home » Questions » Computers [ Ask a new question ]

Cannot find which application uses port with netstat

Cannot find which application uses port with netstat

gives me a PID of 4 but in my vista task manager I can't see any process with such PID.

Asked by: Guest | Views: 219
Total answers/comments: 1
Guest [Entry]

"It's possible the process is running as a different user, click show processes from all users:

You can also use netstat -b which will show you an executable name as well as a PID:

Proto Local Address Foreign Address State PID
TCP john:1038 localhost:1039 ESTABLISHED 1400
[firefox.exe]"