protect files

0 views
Skip to first unread message

naresh

unread,
Mar 31, 2007, 2:26:12 PM3/31/07
to Delhi/NCR Linux Users Group

even root can't delete the files if he you use following tool.
To make your files immutable.

# chattr +i test_file

to unset it
chattr -i test_file

To make the file append only

use

chattr +a tst_file

to unset it use

chattr -a test_file

Reply all
Reply to author
Forward
0 new messages