-bash: ./new_t.sh: bin/bash/: bad interpreter: 没有那个文件或目录
用bash命令可以执行,但是赋予权限后直接调用就显示
-bash: ./new_t.sh: bin/bash/: bad interpreter: 没有那个文件或目录
执行代码如下:
[root@localhost text01]# bash hello.sh
ddd成功
[root@localhost text01]# ./hello.sh
-bash: ./hello.sh: bin/bash/: bad interpreter: 没有那个文件或目录