Linux查看主机正在监听的端口

使用一个命令即可:

$ netstat -nlptu
激活Internet连接 (仅服务器)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 127.0.0.1:32000         0.0.0.0:*               LISTEN      922/java
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      8866/nginx.conf
tcp        0      0 0.0.0.0:8081            0.0.0.0:*               LISTEN      8866/nginx.conf
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      980/sshd
tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      8866/nginx.conf
tcp6       0      0 :::3306                 :::*                    LISTEN      793/mysqld
udp        0      0 172.16.252.164:123      0.0.0.0:*                           901/ntpd
udp        0      0 127.0.0.1:123           0.0.0.0:*                           901/ntpd
udp        0      0 0.0.0.0:123             0.0.0.0:*                           901/ntpd
udp6       0      0 :::123                  :::*                                901/ntpd

netstat的选项说明:

$ netstat --help
usage: netstat [-vWeenNcCF] [<Af>] -r         netstat {-V|--version|-h|--help}
       netstat [-vWnNcaeol] [<Socket> ...]
       netstat { [-vWeenNac] -i | [-cWnNe] -M | -s }

        -r, --route              显示路由表
        -i, --interfaces         显示接口表
        -g, --groups             显示多播组成员身份
        -s, --statistics         显示网络统计信息 (比如 SNMP)
        -M, --masquerade         display masqueraded connections

        -v, --verbose            显示详细信息
        -W, --wide               don't truncate IP addresses
        -n, --numeric            不解析名称
        --numeric-hosts          不解析主机名
        --numeric-ports          忽略端口名称
        --numeric-users          忽略用户名
        -N, --symbolic           resolve hardware names
        -e, --extend             显示更多信息
        -p, --programs           display PID/Program name for sockets
        -c, --continuous         continuous listing

        -l, --listening          display listening server sockets
        -a, --all, --listening   display all sockets (default: connected)
        -o, --timers             display timers
        -F, --fib                display Forwarding Information Base (default)
        -C, --cache              display routing cache instead of FIB

  <Socket>={-t|--tcp} {-u|--udp} {-w|--raw} {-x|--unix} --ax25 --ipx --netrom
  <AF>=Use '-6|-4' or '-A <af>' or '--<af>';默认: inet
  列出所有支持的协议:
    inet (DARPA Internet) inet6 (IPv6) ax25 (AMPR AX.25)
    netrom (AMPR NET/ROM) ipx (Novell IPX) ddp (Appletalk DDP)
    x25 (CCITT X.25)
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值