# chattr +a file1allows write opening of a file only append mode [man]
# chattr +c file1allows that a file is compressed / decompressed automatically by the kernel [man]
# chattr +d file1makes sure that the program ignores Dump the files during backup [man]
# chattr +i file1makes it an immutable file, which can not be removed, altered, renamed or linked [man]
# chattr +s file1allows a file to be deleted safely [man]
# chattr +S file1makes sure that if a file is modified changes are written in synchronous mode as with sync [man]
# chattr +u file1allows you to recover the contents of a file even if it is canceled [man]
# lsattrshow specials attributes [man]