咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
1.在安装cenos中安装tomcat执行.starup.sh的时候出现错误.
The file is absent or does not have execute permission
This file is needed to run this program
2.其实根据字面意思就是说没有执行权限,进行操作
chmod +x startup.sh
还是提示权限不够,于是在执行
chmod +x *.sh
能够正常启动安装