标签:permission linux needed file
Cannot find bin/catalina.sh
The file is absent or does not have execute permission
This file is needed to run this program
原因: 没有权限
解决 : chmod 777 *.sh
标签:permission linux needed file
原文地址:http://fangwei009.blog.51cto.com/5234706/1904390