linux boot failure error "Can not find ./catalina.sh"

linux problem record


Linux boot record about the problems encountered today tomcat encountered:
in the bin directory tomcat execution sh ./start.sh.sh start tomcat
error: "the Find of Can not ./catalina.sh
at The Absent-IS File or does not have have the Execute permission
This File RUN IS needed to the this Program "
reasons: do not have permission
to solve: first implementation of the X-+ chmod .sh start and then execute the command.
Explain: chmod command to modify the permissions; x is write permission, read permission W, 777 is a read and write permissions;
.sh file to edit

Published 24 original articles · won praise 11 · views 5440

Guess you like

Origin blog.csdn.net/weixin_44037376/article/details/93969829