执行.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
2023-01-22 18:33:02
执行.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