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?

AadrikaAnshu
asked Jun 17, 2019
edited
1 Answer
0

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

View More
linuxhelp
answered Jun 17, 2019
Your Answer
||||
 
100:0