网站根目录权限遵循:
文件644 文件夹755 权限用户和用户组www,其余文档777权限是不正常的
如出现文件权限问题时,请执行下面3条命令:

chown -R www.www /data/wwwroot/
find /data/wwwroot/ -type d -exec chmod 755 {} \;
find /data/wwwroot/ -type f -exec chmod 644 {} \;
Last modification:April 26, 2020
If you think my article is useful to you, please feel free to appreciate