Windows下查看端口占用情况1、查看谁占用了9050端口netstat -aon|findstr 9050 TCP??? 127.0.0.1:9050???
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
