| http://www.w3.org/ns/prov#value | - Here is one simple command that you can use to lock up either a single file or folder:sudo chattr +i /path/to/fileTo unlock:sudo chattr -i /path/to/fileExplanation: chattr is a command that allows a user to set certain attributes on a file residing on a Linux filesystem.
|