[linux] 文件夹可写权限的关闭和打开 2026/8/2 16:54:37 拓冰建站 浏览量 设置仅可读: chmod -R a-w <folder_path> 打开写权限: chmod -R 766 <folder_path>