[linux] 文件夹可写权限的关闭和打开

[linux] 文件夹可写权限的关闭和打开

设置仅可读:

chmod -R a-w <folder_path>

打开写权限:

chmod -R 766 <folder_path>