系统启动的时候 每个服务启动的时候都 提示 command not found 登陆后 也提示 bash:command not found 但虽然 这样提示 那些服务好像都已经启动了 对系统也没有什么影响 但是 这是什么原因造成的呢?
按照字面意思来说,就是某个命令如果有SODU属性的话,那么任何一个用户执行这个命令的话都具有ROOT的权限,但是我不理解的是,SHELL这么做,到底有什么样的意义?
登陆虚拟机时候,出现command not found,什么命令都无法执行,如何解决? ls : command not found pwd : command not found whereis chmod :hmod which chmod in (/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin) /bin/chmod where is ls -bash: line 16: where: command not found which is ls which: no is in (/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin) in (/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin) whereis l...
if [ $a > 200 ]; then service httpd restart fi 这句放在脚本里执行出现service: command not found,这是什么原因啊?
首先看下我写的脚本,如下: [root@bogon test]#vi test.sh #!/bin/bash #set parameters in the if then #alex 2008/7/11 echo "Press y to continue" read yn if ["$yn"="y"];then echo "scrpit is running..." else echo "STOP" fi 编辑后保存退出 执行刚写好的脚本 问题是:为什么会有红色标记的错误呢?如何解决?谢谢 [root@bogon test]#chmod 755 test.sh [root@bogon test]#./test.sh [root@bogon test]# ./test5.sh...
turbo linux+oracle9i,新建了个系统用户a(dba组,全部权限),用a登录系统后执行sqlplus。显示-bash:sqlplus:command not found,请问这是什么原因啊?
在freebsd6.2下先装了jdk1.5(从ports里装的),然后下载了lumaqq解压后执行./lumaqq,得到 ./lumaqq: command not found. 怎么回事,郁闷。