Setting Immutable and Append Flags for Container Files and Directories
You can use standard Linux utilities—
[root@ct101 root] chattr +i /root/MyFile To check that the 'immutable' flag has been successfully set, use the following command: [root@ct101 root] lsattr /root/MyFile ----i-------- /root/MyFile
Note:
For detailed information on the
|
||||
|