CentOS查看端口使用情况

一二三5年前 (2020-11-26)Centos465

netstat -ntlp   //列出所有

netstat -ntlp |grep 80    //显示80端口使用信息。


相关文章