• Centos7 Minni 安装 执行ifconfig命令出现 -bash ifconfig command not found 的解决方法


    1) have a root privilege shell or be on the sudo list.

    2a) At a root shell prompt (#)

    yum install net-tools
    

    2b) User account on the sudo list

    sudo yum install net-tools
    

    If the package is installed it will state so and exit yum. (Then it sounds like a path issue). If not installed yum will prompt the user to continue after a few local / network package checks. The install will (should) take but a moment.. presto ifconfig is now installed.

    If you feel adventurous.. The equivalent of using ifconfig in displaying the interface / address information using ip

    ip addr 
    
     
  • 相关阅读:
    MongoDB ODM
    MongoDb python连接
    json格式化
    IDEA使用
    centos7安装完mariadb设置初始密码
    linux虚机联网
    问题解决记录【612-714】
    资料积累
    技术名词理解
    eclipse
  • 原文地址:https://www.cnblogs.com/kzwrcom/p/6489440.html
Copyright © 2020-2023  润新知