代码改变世界

linux服务器部署项目 ./shutdown.sh报错 -bash: ./shutdown.sh: Permission denied解决办法

2020-08-04 10:09  小白的菜园子  阅读(1969)  评论(0)    收藏  举报

/*

Cannot find ./catalina.sh
The file is absent or does not have execute permission
This file is needed to run this program

*/

 

在bin目录下运行 chmod 777 *.sh 

然后再次运行命令