[태그:] centos ifconfig

  • ifconfig command not found

    ifconfig command not found

    ifconfig command not found

    This is because the ‘net-tools’ module is not installed.

    Install ‘net-tools’ with the command below.

     

    yum install -y net-tools

     

    and command ‘ifconfig’

     

    OR

     

    ip a

     

     

    thank you 🙂