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>
It will allow just append, no overwrite
sudo chattr +a <filepath>
sudo chattr -a <filepath>
The file is frozen, can't be changed
sudo chattr +i <filepath>