问答详情
源自:9-2 脚本执行方式

执行脚本失败 提示 -bash: ./hello.sh: /bin/basn: bad interpreter: No such file or directory

[root@db ~]# chmod 755 hello.sh 

[root@db ~]# ./hello.sh 

-bash: ./hello.sh: /bin/basn: bad interpreter: No such file or directory


提问者:咖啡加点Dr盐 2017-02-23 21:36

个回答

  • 人笨就要多读书
    2017-05-20 09:49:57

    你打开你的程序,你要确定第一行写了    #!/bin/bash      我之前是因为漏掉了bin前面的/ 就提示了和你同样的错误。

  • 慕粉1041011110
    2017-02-23 22:38:59

    ./hello.sh