CentOS 7 Ifconfig:command not found

Source: Internet
Author: User

# Ifcon
-bash:ifconfig:command not found
Google a bit, sorted out a solution to the idea

To see if the ifconfig command exists

See if/sbin/ifconfig exists


If the ifconfig command is present, view environment variable settings

#echo $PATH
If the environment variable does not contain a path that contains the Ifconfig command

Temporarily modify environment variables: Enter in shell

$export PATH = $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, enter the export path= $PATH:/sbin, save and restart, so that the path path is permanently modified, and at any time only the Ifconfig command can be entered

3. If the ifconfig command does not exist

Yum Upgrade
Yum Install Net-tools

CentOS 7 Ifconfig:command not found

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.