执行脚本失败 提示 -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
[root@db ~]# chmod 755 hello.sh
[root@db ~]# ./hello.sh
-bash: ./hello.sh: /bin/basn: bad interpreter: No such file or directory
2017-02-23
举报