设置dupal的settings.php
文件的rwx权限:
settings.php
文件的rwx权限:cp sites/default/default.settings.php sites/default/settings.php
(copy default.settings.php to settings.php)
chmod 755 sites/default/settings.php
(makes the settings.php writable by Drupal)
chmod 644 sites/default/settings.php
(returns settings.php to the usual permissions for a .php file)
chmod 444 sites/default/settings.php
(only read permissions are set on that file)
要将当前目录下名 title 的文件夹及其子文件的所有者改为geust组的su用户,方法如下:
-
chown -R su.geust title
最后
以上就是精明楼房最近收集整理的关于Drupal7 Note-2: chmod xxx settings.php的全部内容,更多相关Drupal7内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复