Linux面試真題 - chattr [+-=] -R(遞歸處理)
【Linux面試真題】- chattr [+-=] -R(遞歸處理)
+i 不能刪除,改名,更改
+a 只能追加(適用于一些日志)
+c 將目錄或文件壓縮后存放
+s 保密性刪除文件或目錄
+S 即時更新文件或目錄
+u 預防意外刪除
+A 鎖定atime setfacl -k dir 刪除默認ACL 權限- setfacl –b file1 清除所有ACL
- -x (u|g|o):(uname|gname)移出權限列表
- -M通過文件批量設置.例如新建acl.txt,內容如下:u:lee:rwx g:ftp:rw g:admins:rwx setfacl -M acl.txt file1