zoukankan      html  css  js  c++  java
  • linux 查看端口号

    # netstat -tunlp
    Active Internet connections (only servers)
    Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
    tcp        0      0 0.0.0.0:8089            0.0.0.0:*               LISTEN      8892/nginx: master  
    tcp        0      0 0.0.0.0:8090            0.0.0.0:*               LISTEN      8892/nginx: master  
    tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      8892/nginx: master  
    tcp        0      0 0.0.0.0:8000            0.0.0.0:*               LISTEN      25885/WorkerMan: ma 
    tcp        0      0 0.0.0.0:8001            0.0.0.0:*               LISTEN      25886/WorkerMan: wo 
    tcp        0      0 0.0.0.0:6379            0.0.0.0:*               LISTEN      19304/./redis-serve 
    tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      8892/nginx: master  
    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      11929/sshd          
    tcp6       0      0 :::3306                 :::*                    LISTEN      9492/mysqld         
    tcp6       0      0 :::6379                 :::*                    LISTEN      19304/./redis-serve 
    tcp6       0      0 :::22                   :::*                    LISTEN      11929/sshd          
    tcp6       0      0 :::8088                 :::*                    LISTEN      11191/java          
    udp        0      0 0.0.0.0:68              0.0.0.0:*                           5010/dhclient 
    
  • 相关阅读:
    PCRE
    [转]如何解决严重的拖延症
    linux系统编程:setjmp和longjmp函数用法
    AWK中几个变量
    关于fork函数
    go mod
    golang+read_file+call_shell+goroutine
    vim for galang
    Linux install go
    为Git branch 打Tag
  • 原文地址:https://www.cnblogs.com/jiqing9006/p/15270840.html
Copyright © 2011-2022 走看看