redhat7.0 ifconfig命令没有用,什么原因

sh/bash/dash/ksh/zsh等Shell脚本
回复
leavingDream
帖子: 39
注册时间: 2012-03-03 22:36

redhat7.0 ifconfig命令没有用,什么原因

#1

帖子 leavingDream » 2014-11-08 18:11

我在虚拟机里面装了 redhat linux 7.0的系统
想知道ip地址 输入ifconfig 提示 command not found
然后 /sbin/ifconfig也不行,我到/sbin 目录下查了没有 ifconfig
再试了一下 setup 也是 command not found
然后尝试查找 locate ifconfig 又显示 command not found
又用 find / ifconfig 显示一大堆无关 的目录
简直要 疯了,新的 redhat怎么 这么难用 ,有没有高人指点下 ,或者哪里有社区可以学习的
EYUeyu
帖子: 80
注册时间: 2008-10-08 20:20

Re: redhat7.0 ifconfig命令没有用,什么原因

#2

帖子 EYUeyu » 2014-11-08 20:11

yum -y install net-tools
回复