摘要: 1.查看确定端口的使用情况: netstat -ano | find "80" netstat -ano | findstr 80 2.测试端口的连通性: telnet IP 端口 3.查看所有端口 netstat -a 阅读全文
posted @ 2019-12-18 14:31 673613920 阅读(294) 评论(0) 推荐(0)