Write and Append Permission
Tagged with: chattr, command, file, Linux, permission
Wednesday, July 30th, 2008 10:43 PM
Allows write opening of a file only append mode
chattr +a file
Allows write opening of a file only append mode
chattr +a file
Makes a file immutable - it can not be removed, altered, renamed or linked
chattr +i file