0

Command not found : ifconfig

When i use ifconfig command to check my server' s ip address it will shows like ifconfig command not found, but i can check my ip address using ip a command. Please help, i am running centos box as my server.

ifconfig command Add a comment
symonds
asked Dec 28 2017

Answer

0

if you are running a minimal server ifconfig command will not installed by default we have to install it manually using below command

yum install net-tools -y
Add a comment
parthiban
asked Dec 28 2017
edited Oct 05 2018
Post your Answer