课程
/运维&测试
/Linux
/ Linux达人养成计划 I
用 bath hello.sh 可以成功输出,
但用 chmod 755 hello.sh
./hello.sh 就报错了
2015-08-17
源自: Linux达人养成计划 I
正在回答
花了一个小时,终于找到了错误
在hello.sh文件中,第一行 #!/bin/bash
中 bash写成bath
hello.sh 的格式是unix的
举报
Linux入门视频教程,以通俗易懂的语言带你感受linux之美
1 回答执行hello.sh提示权限不够
3 回答执行./hello.sh文件,无法正常执行,ech:未找到命令
5 回答为什么我输入./hello.sh和绝对路径都无法执行
1 回答问题来了:hello.sh本身就是sh目录下啊,为什么直接写“hello.sh”不可以?
2 回答执行脚本失败 提示 -bash: ./hello.sh: /bin/basn: bad interpreter: No such file or directory