当前位置:Gxlcms > PHP教程 > CentosdedeCMS目录权限

CentosdedeCMS目录权限

时间:2021-07-01 10:21:17 帮助过:30人阅读

1 首先设置网站目录所有者为 用户
cd 目录
chown -R 用户 根目录
find 根目录 -type d -exec chmod 750 {} \;
find 根目录 -not -type d -exec chmod 640 {} \;
2 data、templets、uploads、a images目录
设置可读写权限:
cd 根目录
chmod -R 770 data templets uploads a images
  1. find 根目录 -type d -exec chmod 750 {} \;
  2. find 根目录 -not -type d -exec chmod 640 {} \;
Centos, dedeCMS

人气教程排行