tomcat8.5用daemon.sh启动上传文件权限问题

我们用的是tomcat8.5,通过daemon.sh的方式启动,daemon.sh没有umask选项,上传后默认权限是700,如何设置成755

chmod 755 daemon.sh 命令不能执行吗?