Hi Welcome to All
I'm interested to share some of basic linux utilities.
chattr is used to change file permission in linux system
example: File cannot be append using i and append using a option
+ is lock; - is unlock
# chattr +i filename
I'm interested to share some of basic linux utilities.
chattr is used to change file permission in linux system
example: File cannot be append using i and append using a option
+ is lock; - is unlock
# chattr +i filename