linux 运行.sh出现 Permission denied

执行.sh脚本时提示如下错误:

[root@Dolen2021 redis]# ./startRedis.sh
-bash: ./startRedis.sh: Permission denied
[root@Dolen2021 redis]# chmod +x startRedis.sh
[root@Dolen2021 redis]# ./startRedis.sh

通过以下命令解决问题:

[root@Dolen2021 redis]# chmod +x startRedis.sh

 

上一篇:Git使用出现git@github.com: Permission denied (publickey). 处理


下一篇:Flutter for Android——app如何调用第三方应用打开文件