摘要: Linux 下查看某个端口被哪个进程或程序占用。[root@dbserver ~]$ netstat -anp|grep 3306tcp 0 0 0.0.0.0:3306 ... 阅读全文
posted @ 2018-12-16 08:28 程序员35 阅读(14) 评论(0) 推荐(0)