In CentOS 6.* and before, ifconfig command by default used .
Whereas in minimal installed CentOS 7 there is no ifconfig
command. so we have to install this command mannualy.
#ifconfig command not found.
To get install ifconfig command into the system , run the below command
#yum install net-tools
Now check the ifconfig command and its path in system (which and where is command will help)
#ifconfig
#ifconfig -a
#ifconfig command not found.
To get install ifconfig command into the system , run the below command
#yum install net-tools
Now check the ifconfig command and its path in system (which and where is command will help)
#ifconfig
#ifconfig -a
No comments:
Post a Comment