Windows下查看端口占用情况
1、查看谁占用了9050端口
netstat -aon|findstr "9050"
TCP??? 127.0.0.1:9050???????? 0.0.0.0:0????????????? LISTENING?????? 2016
继续执行:
tasklist |findstr "2016"
tor.exe???????????????????? 2016 Console???????????????? 0???? 16,064 K
发布时间: 2013-07-04 11:45:28 作者: rapoo
Windows下查看端口占用情况
1、查看谁占用了9050端口
netstat -aon|findstr "9050"
TCP??? 127.0.0.1:9050???????? 0.0.0.0:0????????????? LISTENING?????? 2016
继续执行:
tasklist |findstr "2016"
tor.exe???????????????????? 2016 Console???????????????? 0???? 16,064 K