Posts Tagged With: chattr

Write and Append Permission

Tagged with: , , , ,

Allows write opening of a file only append mode


chattr +a file
No Comments »

Make a File Immutable

Tagged with: , , , ,

Makes a file immutable - it can not be removed, altered, renamed or linked


chattr +i file
No Comments »