查看指定端口的进程

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
posted @ 2020-08-24 11:39  tianzhh_lynn  阅读(269)  评论(0编辑  收藏  举报