(1)netstat -lnp|grep 50090 如果提示没有netstat命令,可需要安装:yum -y install net-tools
(2) lsof -i:50090
参考链接:linux如何查看端口被哪个进程占用?