sh 假设在Mage目录的根目录中运行,重置Debian或Ubuntu框上的Magento权限

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 假设在Mage目录的根目录中运行,重置Debian或Ubuntu框上的Magento权限相关的知识,希望对你有一定的参考价值。

#!/bin/sh
chown -R www-data .
find . -type f -exec chmod 400 {} \;
find . -type d -exec chmod 500 {} \; 
find var/ -type f -exec chmod 600 {} \; 
find media/ -type f -exec chmod 600 {} \;
find var/ -type d -exec chmod 700 {} \; 
find media/ -type d -exec chmod 700 {} \;
chmod 700 includes
chmod 600 includes/config.php

以上是关于sh 假设在Mage目录的根目录中运行,重置Debian或Ubuntu框上的Magento权限的主要内容,如果未能解决你的问题,请参考以下文章

sh 用于git的bash命令重置所有目录并提取最新提交

无法启动HBase start_hbase.sh:找不到命令

Python:“导入”更喜欢啥 - 模块或包?

linux下bin安装升级包制作

.deb 包如何安装到指定目录; Ubuntu; Debian like;

storm性能优化