Linux查看端口占用 2018-09-14 服务器 暂无评论 netstat -tunlp |grep 端口号locate master | grep '/master$'查看端口被哪个程序占用lsof -i:端口号 - 阅读全文 -