摘要: 1.bash: ifconfig: command not found 解决办法 方法一:[root@localhost sbin]$ /sbin/ifconfig 就可以出现使用了方法二:修改/etc/profile文件,注释掉if语句,然后重启系统即可把下面的if语句注释掉:# Path manipulationif [ "$EUID" = "0" ]; thenpathmunge /sbinpathmunge /usr/sbinpathmunge /usr/local/sbinfi修改为# Path manipulation# if [ " 阅读全文
posted @ 2013-06-03 00:03 不负韶华668 阅读(165) 评论(0) 推荐(0)