Question
How can I make a file or directory no longer immutable?
Answer
To change a file or a directory so that it is no longer immutable, use the "chattr" command with the "-i" flag. Here is an example:
chattr -i /PATH/TO/FILE/DIRECTORY
How can I make a file or directory no longer immutable?
To change a file or a directory so that it is no longer immutable, use the "chattr" command with the "-i" flag. Here is an example:
chattr -i /PATH/TO/FILE/DIRECTORY