Special Attributes
It prevent delete, edit , rename option on file to root and all users
1> check current attributes
#lsattr fileName.txt
2> set attributes
#chattr +i filname.txt
3>Remove attributs
#chattar -i filename.txt
Special Attributes
It prevent delete, edit , rename option on file to root and all users
1> check current attributes
#lsattr fileName.txt
2> set attributes
#chattr +i filname.txt
3>Remove attributs
#chattar -i filename.txt
Leave a Reply
You must be logged in to post a comment.