[linux] 文件夹可写权限的关闭和打开 📅 发布时间:2026/6/27 22:58:38 👁 浏览次数: 设置仅可读: chmod -R a-w <folder_path> 打开写权限: chmod -R 766 <folder_path>