ChinaUnix.net
相关文章推荐:

git bin sh line 1 asciidoc command not found

现在的情况是。我用root登录 执行ntpdate 10.71.109.190可以成功 但是写入到定时任务 * * * * * ntpdate 10.71.109.190 他就给我发邮件说报/bin/sh: ntpdate: command not found这个错。。 你们说奇怪不奇怪 这个应该怎么搞啊?我就是想然给我的机器随时和10.71.109.190系统时间保持一直。

by lkf67109 - Linux新手园地 - 2012-11-23 23:47:54 阅读(4494) 回复(2)

相关讨论

Hi, My friends. I wanted to install module ReadKey so i used command cpan Term::ReadKey I am getting error message: /bin/sh: cc: command not found I tried to find which compilere I have I used command abcd-tstva2:~# which cc abcd-tstva2:~# which CC abcd-tstva2:~# which g++ abcd-tstva2:~# which c++ I got no result. Does that mean that no compiler is installed on my OS Now, I am trying to in...

by simonfirst - Perl - 2011-12-18 22:13:10 阅读(7534) 回复(3)

cat exec.sh #!/bin/sh log_file=/home/db/log for script in $(ls ${1}/*.sh 2>/dev/null) do echo $script if script_allowed $script then if [ -x $script ] then $script >>$log_file fi fi done script_allowed () { script=$1 if [ -r $script ] then ret_code=255 fi return $ret_code } sh exec.sh '/home/db/test'...

by lovevmwarer - Shell - 2008-06-27 15:04:54 阅读(1748) 回复(4)

大家看看我错在哪里了。我用的是cent os 5.4[code]#!bin/bash #program: # User can keyin filename to touch 3 new files. #History: #2010/040/26 PATH=/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/dyspangzi/bin: export PATH # 1.让用户输入文件名称,并获取 fileuser 变量 echo -e "I will use 'touch' command to create 2 files" read -p "Please input the filename what you want:" fileuser...

by 东北胖子 - Linux环境编程 - 2010-12-13 09:21:30 阅读(2755) 回复(2)

在安装ltib的时候报出下面错误: You should not be root when running ltib, do you really want to continue ? y|N bg9305:/project/P2020/ltib-p2020ds-20100331# su hougl bg9305:/project/P2020/ltib-p2020ds-20100331$ ./ltib sh: tclsh: command not found ltib cannot be run because one or more of the host packages needed to run it are either missing or out of date or not in ltib's standard path. Pleas...

by hougl1982 - Shell - 2011-09-08 16:50:03 阅读(4183) 回复(1)

在登录的提示里面一直有个错误: Last login: Thu Dec 17 11:09:08 2009 from * Sun Microsystems Inc. SunOS 5.10 Generic January 2005 You have new mail. -bash: bin.: command not found 不知道bin.: command not found 问题是怎么引起的,是那个文件上面的问题,在gg 了半天没结果。

by kb2008 - Solaris - 2009-12-17 16:20:27 阅读(1667) 回复(3)

在登录的提示里面一直有个错误:\r\n\r\nLast login: Thu Dec 17 11:09:08 2009 from *\r\nSun Microsystems Inc. SunOS 5.10 Generic January 2005\r\nYou have new mail.\r\n-bash: bin.: command not found\r\n\r\n\r\n不知道bin.: command not found 问题是怎么引起的,是那个文件上面的问题,在gg 了半天没结果。

by kb2008 - Solaris - 2009-12-17 16:20:27 阅读(3182) 回复(2)

kdevelop中程序运行出错………… 显示 /bin/sh : konsole : command not found 大家看看怎么解决呢? 我用的是centos5.2

by art_codes - Linux新手园地 - 2009-03-06 19:23:34 阅读(2244) 回复(5)

if[$? -ne 0] then echo "xxxx" echo "yyyy" return 8 fi 报错: command not found:line 33:if[0 -ne 0] command not found:line 34:then

by cfstudy2 - Shell - 2013-02-22 14:29:07 阅读(6197) 回复(10)

首先确认脚本没有问题,直接用sh +脚本 没问题,当写入crontab 后,每次运行后,就提示有一封邮件,邮件的内容就是......sh:command not found ,大伙有遇到过吗?是什么情况?

by wunaitiantian - Linux系统管理 - 2014-12-12 13:01:29 阅读(8252) 回复(15)

本帖最后由 zhnghaijin 于 2011-06-10 20:35 编辑 执行 echo '2011-06-10 19:07:42 ddd'|awk '{"date -d "$1" +%s"|getline d;print d,$NF}' 提示:sh: +%s: command not found 有没有人知道为什么呢?在别的机器上执行是没有问题的,在自己机器上就出问题了。 单独执行 date -d "2011-06-10 19:07:42" +%s 是没有问题的

by zhnghaijin - Shell - 2011-06-11 18:12:46 阅读(6557) 回复(11)