Centos7查看端口占用

(1)netstat -lnp|grep 50090
如果提示没有netstat命令,可需要安装:yum -y install net-tools

(2) lsof -i:50090

参考链接:linux如何查看端口被哪个进程占用?

posted @ 2019-12-06 00:06  cosmoswong  阅读(3123)  评论(0编辑  收藏  举报