查看某个端口的占用情况

查看某个端口的占用情况(进程PID)

netstat -anp | grep 3306

lsof -i : 3306

 

posted @ 2016-10-09 11:37  woms  阅读(292)  评论(0)    收藏  举报