linux常用命令

作者: smallThree1 | 来源:发表于2018-07-26 11:25 被阅读22次

    特此记录一些常用linux命令

    查询某个端口占用情况: netstat -anp|grep 80 

    查询全部端口详情

    netstat -tlnp


    查看端口进程映射

    https://www.cnblogs.com/MacoLee/p/5664306.html

    相关文章

      网友评论

        本文标题:linux常用命令

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