摘要: 1、查看端口占用情况netstat -tunlp | grep 8000 解析:t:tcp、u:udp、l:listen(监听中)、p:program(应用程序) 2、通过上面进程ID,查看是什么应用ps -ef |grep pid(进程号) 更新中... 阅读全文
posted @ 2019-04-02 12:31 N神3 阅读(202) 评论(0) 推荐(0)