Thursday, November 17, 2011

How to make the files immutable in linux

You can immutable the files using chattr command.


To add Chattr +i  file name


To remove . Chattr -i  file name


To list all the immutable files  lsattr command is used.









No comments: