美文网首页
netstat和lsof查看端口使用

netstat和lsof查看端口使用

作者: ljwheyxy | 来源:发表于2019-12-06 14:31 被阅读0次

    yum install lsof -y
    yum install net-tools -y

    netstat -anp | grep 80
    lsof -i:30000

    相关文章

      网友评论

          本文标题:netstat和lsof查看端口使用

          本文链接:https://www.haomeiwen.com/subject/mitdyctx.html