zoukankan      html  css  js  c++  java
  • centos7 安装netstat命令工具

    [root@node01 yum.repos.d]# yum install -y net-tools
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
    Resolving Dependencies
    --> Running transaction check
    ---> Package net-tools.x86_64 0:2.0-0.22.20131004git.el7 will be installed
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    =======================================================================================================
     Package              Arch              Version                               Repository          Size
    =======================================================================================================
    Installing:
     net-tools            x86_64            2.0-0.22.20131004git.el7              centos7            305 k
    
    Transaction Summary
    =======================================================================================================
    Install  1 Package
    
    Total download size: 305 k
    Installed size: 917 k
    Downloading packages:
    Running transaction check
    Running transaction test
    Transaction test succeeded
    Running transaction
      Installing : net-tools-2.0-0.22.20131004git.el7.x86_64                                           1/1
      Verifying  : net-tools-2.0-0.22.20131004git.el7.x86_64                                           1/1
    
    Installed:
      net-tools.x86_64 0:2.0-0.22.20131004git.el7
    
    Complete!
    [root@node01 yum.repos.d]# netstat -tulnp | grep 5432
    tcp        0      0 127.0.0.1:5432          0.0.0.0:*               LISTEN      1754/postgres
    tcp6       0      0 ::1:5432                :::*                    LISTEN      1754/postgres
    

      

  • 相关阅读:
    超级迷宫我的计划表
    不敢死队
    Let the Balloon Rise
    Hangover
    汉诺塔系列2
    Tri Tiling(递推)
    Tiling(递推,高精度)
    Color Me Less
    I Think I Need a Houseboat(圆计算)
    Kbased Numbers(递推)
  • 原文地址:https://www.cnblogs.com/orcl-2018/p/14001168.html
Copyright © 2011-2022 走看看