当前位置:  技术问答>linux和unix

command not found

    来源: 互联网  发布时间:2016-05-12

    本文导语:  命令名是正确的。 例如:#!/bin/bash # echo "INput a number" read no if [$no -ge 10 -a $no -le 101] then echo "the number between 10 and 101" elif [$no -ge 102] then echo "the number dayu 101" else echo "the number xiaoyu 10" fi 总是报command...

命令名是正确的。
例如:#!/bin/bash
#
echo "INput a number"
read no
if [$no -ge 10 -a $no -le 101]
then echo "the number between 10 and 101"
elif [$no -ge 102]
then echo "the number dayu 101"
else echo "the number xiaoyu 10"
fi
总是报command not found 的错误信息。
反正我的linux系统上有时候同一个命令这会可以执行,有些时又不能执行,报command not found 的错误信息。

请问:产生command not found 的根源是什么?该怎么处理这类错误。

|
文件的属性改为可执行了吗?

|
命令都用完整路径试试

|
[ 和 ] 不是普通的字符,因此要前后加空格

|
[是shell的一个命令 后面要空格 然后是参数  命令当然不能和参数连在一起写 呵呵
参数之间也要空格隔开

|
找不到执行文件或者命令脚本的路径,可能和当前用户的环境变量有关系

|
#!/bin/bash
#
echo   "INput   a   number"
read   no
if   [ $no   -ge   10   -a   $no   -le   101 ]
then   echo   "the   number   between   10   and   101"
elif   [ $no   -ge   102 ]
then   echo   "the   number   dayu   101"
else   echo   "the   number   xiaoyu   10"
fi 

注意[]的空格 

btw, 我用fx浏览 插入代码的功能不能用  
没有IE :(

|
切换用户的时候用 -

su - root

|
你加./了吗?
要告诉命令的位置啊...

    
 
 

您可能感兴趣的文章:

  • help,please:command not found
  • (菜鸟问题)command not found
  • 关于fedora 14 command not found的问题
  • 菜菜的问:command not found
  • 命令行输入mysql -uroot ,提示:command not found
  • root.sh: command not found
  • bash :ifconfig:command not found 为什么呢 ?
  • command not found ?????
  • patch : command not found
  • 在redhat9中安装Apache后,启动不了,信息提示:command not found
  • netconfig:command not found问题
  • redhat 7.2 boot启动问题--/etc/rc.sysinit:command not found
  • 解决bash: mysql: command not found 的方法
  • xauth:command not found
  • radhat linux中 gcc command not found
  • 红旗Linux6.0 bash: qsub: command not found
  • shell脚本无法运行: command not found
  • 很简单的脚本,但是总是出现 command not found
  • yum无法找到,command not found
  • make: arm-linux-: Command not found的奇怪问题
  • "mkimage" command not found - U-Boot images will not be built求助
  • bash:gcc:command not found
  • -bash: [root: command not found
  • 请教:bash: xm: command not found
  • gcc 能用, g++提示g++ command not found
  • linux 终端提示bash: .bashrc: command not found
  • bindkey:command not found问题
  • ./configure: Command not found.
  • redhat AS 3 groupadd 命令居然报错 -bash: groupadd: command not found
  • iptables 命令不能用bash: iptables: command not found
  • 求助 bash:gcc:command not found
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • java命名空间java.lang类processbuilder的类成员方法: command定义及介绍
  • system(command) 与 command 的区别
  • java命名空间java.lang类compiler的类成员方法: command定义及介绍
  • 文件管理器 GNOME Commander
  • java命名空间javax.swing接口action的类成员方法: action_command_key定义及介绍
  • 与GDB的commands命令有关
  • HTML <command> 标签
  • 文件管理器 Midnight Commander
  • Command Line Progress Bar
  • 关于多系统启动的问题(用System Commander),急!!!
  • C中用system系统调用执行command,执行过程中死锁,如何处理?
  • fd = popen(command, "r")怎么获取fd长度啊
  • From which vi mode are commands initiated?怎么翻译
  • about chmod command
  • 文件管理器 Total Commander
  • 怎样在LINUX的COMMAND LINE下编辑文本。
  • 哪里有Runtime.exec()关于各钟command的用法?
  • 内核配置default kernel command string中的含义
  • bash command 問題
  • 请教高手----grub下出现unrecognized command
  • how to use pi chu li(pinyin) command?


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3