Append-only
Append-only is a property of computer data storage such that new data can be appended to the storage, but where existing data is immutable. == Access control == Many file systems' Access Control Lists implement an "append-only" permission: chattr in Linux can be used to set the append-only flag to files and directories.