cmdn 发表于 2004-1-9 13:54:45

?为什么我用ifconfig的时候会出现这个问题

我的命令是:
   ifconfig eth0 192.168.0.1
   或是:
      ifup eth0
怎么都出现说:
    bash: if(up或ifconfig): command not found

sllscn 发表于 2004-1-9 15:08:45

路径问题吧

cmdn 发表于 2004-1-9 15:19:28

请你说明白一点好吗?
我实在root权限下应行的。实在不知道 实在不知道是哪儿错了

lengyucool 发表于 2004-1-9 20:23:48

ifconfig eth0 up
或者ifconfig eth0 down

xuki 发表于 2004-1-9 22:32:18

/sbin/./ifconfig 试试

xuki 发表于 2004-1-9 23:02:54

如果运行OK,则是你的shell环境设置有问题,在~/.bash_profile中加入如下
PATH=/bin;
PATH=/sbin;
试试

lluct 发表于 2004-1-10 00:58:20

键入su - 试试。
页: [1]
查看完整版本: ?为什么我用ifconfig的时候会出现这个问题