centos查看端口占用状况

1.使用lsof工具(默认系统不安装,可用yum安装)html yum install lsof lsof -i:端口 2,使用netstat工具 netstat -tunlp|grep 端口
相关文章
相关标签/搜索