immutable files

To set

[root@tecmint tecmint]# chattr +i demo/
[root@tecmint tecmint]# chattr +i important_file.conf

To check

lsattr

OUTPUT

----i----------- ./demo
----i----------- ./important_file.conf

To unset

chattr -i demo/ important_file.conf

Last updated

Was this helpful?