首页 > 后端开发 > php教程 > Centos dedeCMS 目录权限

Centos dedeCMS 目录权限

WBOY
发布: 2016-07-25 08:44:01
原创
1258 人浏览过
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


来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板