如果出现下面问题:
   [root@thunderspeed ~]# ifconfig
    bash: ifconfig: command not found...
    [root@thunderspeed ~]# 
    [root@thunderspeed ~]# netstat
    bash: netstat: command not found...
    [root@thunderspeed ~]#
使用provides搜索依赖包
 sudo yum provides ifconfig
搜索结果是: net-tools 因此需要安装 net-tools包即可
 sudo yum install net-tools
本文出自 “boyhack” 博客,请务必保留此出处http://461205160.blog.51cto.com/274918/1743482
原文:http://461205160.blog.51cto.com/274918/1743482