Answers for "-bash: bin/startup.sh: Permission denied"

0

-bash: bin/startup.sh: Permission denied

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.
Posted by: Guest on November-02-2020

Code answers related to "-bash: bin/startup.sh: Permission denied"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language