1.xx.sh文件怎么运行
进入目录,然后 ./xxx.sh
2.启动tomcat,没有权限:bash: ./startup.sh: Permission denied
解决方式:执行:chmod +x *.sh
再执行./startup.sh 搞定