windows查看端口占用

命令一:

netstat -aon|findstr "53"

这样可以查看所有占用53端口的IP以及PID

 

命令二:

tasklist|findstr "PID"

这样就可以看到具体是哪个进程占用啦

 

PS:我刚知道windows也支持管道符。。。。。看来我OUT了



已有 0 人发表留言,猛击->>这里<<-参与讨论


JavaEye推荐
  • —软件人才免语言低担保 赴美带薪读研!—



你可能感兴趣的:(windows查看端口占用)