0

BASH: ./startup.sh: Permission denied On CentOS 7.6

Hello,When i am installaing the tomcat9 version,while running the startup.sh,i threw me an error that says permission denied,how to get rid of this error?

Apache tomcat CentOS Add a comment
AadrikaAnshu
asked Jun 17 2019
edited Jun 17 2019

Answer

0

Just assign the Execute permissions to the ./startup.sh file as follows :
chmod a+x startup.sh
Then run the script

Add a comment
linuxhelp
asked Jun 17 2019
edited Jun 17 2019
Post your Answer