执行tomcat的时候出现了 -bash: ./startup.sh: Permission denied 解决方法:用命令chmod 修改bin目录下的.sh权限 chmod u+x *.sh 再次执行 ok!!!