0
点赞
收藏
分享

微信扫一扫

centos下 ifconfig的安装


1, ifconfig
-bash: ifconfig: command not found

2, yum search ifconfig
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: centos.ustc.edu.cn
 * extras: centos.ustc.edu.cn
 * updates: mirrors.163.com
================================================================================ Matched: ifconfig ================================================================================
net-tools.x86_64 : Basic networking tools
3,yum install net-tools.x86_64

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: centos.ustc.edu.cn
 * extras: centos.ustc.edu.cn
 * updates: mirrors.163.com
Resolving Dependencies
--> Running transaction check
---> Package net-tools.x86_64 0:2.0-0.17.20131004git.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

===================================================================================================================================================================================
 Package                                  Arch                                  Version                                                  Repository                           Size
===================================================================================================================================================================================
Installing:
 net-tools                                x86_64                                2.0-0.17.20131004git.el7                                 base                                304 k

Transaction Summary
===================================================================================================================================================================================
Install  1 Package

Total download size: 304 k
Installed size: 917 k
Is this ok [y/d/N]: y
Downloading packages:
net-tools-2.0-0.17.20131004git.el7.x86_64.rpm                                                                                                               | 304 kB  00:00:01     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : net-tools-2.0-0.17.20131004git.el7.x86_64                                                                                                                       1/1 
  Verifying  : net-tools-2.0-0.17.20131004git.el7.x86_64                                                                                                                       1/1 

Installed:
  net-tools.x86_64 0:2.0-0.17.20131004git.el7                                                                                                                                      

Complete!

4,Complete!
[root@localhost ~]# ifconfig
em1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST



举报

相关推荐

0 条评论