Home > Operation and Maintenance > CentOS > Unable to use ifconfig command after centos mini-installation

Unable to use ifconfig command after centos mini-installation

王林
Release: 2020-03-18 14:52:46
Original
2473 people have browsed it

Unable to use ifconfig command after centos mini-installation

Cause:

Ifconfig related tools are not installed.

Solution:

1. Execute the command

yum provides ifconfig
Copy after login

(Recommended tutorial: centos usage tutorial)

2 , execute the command

yum install net-tools
Copy after login

and finally enter the ifconfig command to test. The results are as follows:

Unable to use ifconfig command after centos mini-installation

Here you can display the version of the net-tools package and view it. Information related to the IP address.

Recommended related video tutorials: linux video tutorial

The above is the detailed content of Unable to use ifconfig command after centos mini-installation. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template