MAC查看端口占用情况

命令 lsof -i tcp:port  (port替换成端口号,比如6379)可以查看该端口被什么程序占用,并显示PID,方便KILL

posted @ 2014-11-29 18:08  云山漫卷  阅读(253314)  评论(1)    收藏  举报