问题描述: 在Linux 系统下运行tomcat的bat时提示-bash: ./startup.sh: 权限不够 解决方案: 1.用命令chmod 修改bin目录下的.sh权限 #在bin目录下 执行该命令 chmod u+x *.sh 问题解决!