摘要: 查看Ip:ifconfig | grep "inet" | grep -v 127.0.0.1查看端口占用情况命令 lsof -i tcp:port (port替换成端口号,比如6379)可以查看该端口被什么程序占用,并显示PID,方便KILL 阅读全文
posted @ 2015-11-20 09:46 wind90 阅读(173) 评论(0) 推荐(0) 编辑