📌  相关文章
📜  -bash: bin startup.sh: Permission denied - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:41.587000             🧑  作者: Mango

代码示例1
chmod u+x /usr/local/tomcat/bin/startup.sh

this gives the user permission to run the file
this should be done if for example catalina.sh also does not give permissions
in which case you change the directory in the command above by removing
the startup.sh to catalina.sh.