linux 下执行.sh文件提示permission denied 在脚本文件目录下运行命令,赋予权限: chmod 777 *.sh or chmod +x *.sh 转载于:https://www.cnblogs.com/bindong/p/5891188.html