sebbu

chattr / lsattr (e2fsprogs)

Oct 6th, 2021 (edited)
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. chattr / lsattr (e2fsprogs) :
  2. +A no atime modification
  3. +a only append
  4. +c (automatically) compressed/decompressed
  5. +C no copy-on-write
  6. +d no backups (for dump)
  7. +g has compression errors
  8. +e use extents
  9. +I directory uses hashed trees
  10. +h use fs blocksize instead of sectors (file is larger than 2TB?)
  11. +i immutable
  12. +j journalized (data = ordered or writeback)
  13. +s securely delete (zeroes on deletion)
  14. +S synchronized to disk
  15. +T directory on top of hierarchy : no relation with subdirs
  16. +t no partial blocks at end of file
  17. +u saved on deletion (allows undeletion)
  18. +X compressed data can be accessed directly
  19. +Z compressed file is dirty
  20.  
Add Comment
Please, Sign In to add comment