CHMOD 777到一个文件夹,所有内容所有内容、文件夹、CHMOD

2023-09-02 00:31:04 作者:匿名

我有一个Web目录 / WWW 和文件夹,在该目录中名为存储

I have a web directory /www and a folder in that directory called 'store'.

在'商店'是几个文件和文件夹,我想给内的'商店'文件夹的所有权限的文件夹'商店'以及所有文件和文件夹。

Within 'store' is several files and folders, I want to give the folder 'store' and all files and folders within the 'store' folder all permissions.

我如何做到这一点?我通过htaccess的猜测。

How do I do this? I am guessing via .htaccess.

推荐答案

如果你要一个控制台命令将是:搭配chmod -R 777 /网络/存储 。该 -R 使得递归。

If you are going for a console command it would be: chmod -R 777 /www/store. The -R makes it recursive.

 
精彩推荐
图片推荐