Linux 修改文件读写权限

chmod 777 /images/small

修改目录下所有的文件夹属性:

chmod 777 *

要修改文件夹内所有的文件和文件夹及子文件夹属性为可写可读可执行:

chmod -R 777 /upload

猜你喜欢

转载自blog.csdn.net/qq_34579060/article/details/89182175
今日推荐