Skip to content

Chattr

Append

It will allow just append, no overwrite

sudo chattr +a <filepath>

Disable append attribute

sudo chattr -a <filepath>

Immutable

The file is frozen, can't be changed

sudo chattr +i <filepath>