AKever

导航

windows 查看端口调用

windows 查看端口调用

netstat -aon|findstr "9050"
TCP 127.0.0.1:9050 0.0.0.0:0 LISTENING 2016

看到了吗,端口被进程号为2016的进程占用,继续执行下面命令:

tasklist|findstr "2016"
tor.exe                     2016 Console                 0     16,064 K

很清楚吧,tor占用了你的端口。

posted on 2014-03-28 14:55  AKever  阅读(326)  评论(0)    收藏  举报