01 netstat -tunlp|grep
netstat -tunlp|grep 端口号
如果 -bash: netstat: 未找到命令
yum -y install net-tools
02 lsof -i:
lsof -i:端口号
如果 -bash: lsof: 未找到命令
yum install lsof
3 ss -npl | grep
ss -npl | grep 5506