|
发表于 2003-5-27 15:43:34
|
显示全部楼层
[www@localhost www]$ ifconfig
bash: ifconfig: command not found
[www@localhost www]$ ./sbin/ifconfig
bash: ./sbin/ifconfig: 没有那个文件或目录
[www@localhost www]$ su
Password:
su: incorrect password
[www@localhost www]$ su
Password:
[root@localhost www]# ifconfig
bash: ifconfig: command not found
[root@localhost www]# ./sbin/ifconfig
bash: ./sbin/ifconfig: 没有那个文件或目录 |
|