CentOS 7 ifconfig Command not found solution

Source: Internet
Author: User

Today, the early adopters with VMware installed CentOS7, selected the minimum installation package mode, after installation to check the IP address of the machine, found an error

?

1 # ifcon

?

1 -bashifconfigcommandnot found

Google a bit, sorted out a solution to the idea

    1. To see if the ifconfig command exists

See if/sbin/ifconfig exists

If the ifconfig command is present, view environment variable settings

?

1 #echo $PATH

If the environment variable does not contain a path that contains the Ifconfig command

temporarily Modify environment variables: Enter in shell        

?

1 $exportPATH = $PATH:/sbin

Then enter the Ifconfig command, but this only temporarily changes the path in the shell, if the shell is closed, the modification disappears, the next time you need to repeat the action

permanently modify the path variable to include the/sbin path:

Open the/etc/profile file, where you can enter export path= $PATH:/sbin, save and restart X, so that the path path is permanently modified to succeed, and at any time only the order Ifconfig command can be

3. If the ifconfig command does not exist

?

1 yum upgrade

?

1 yum installnet-tools


This article from "Knowledge change destiny!!" "blog, declined reprint!"

CentOS 7 ifconfig Command not found solution

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.