Image Write Protection
-
As the subject says; Is there anyway to write protect an image file so it can’t be overwritten or deleted?
-
Make the image folder and contents immutable maybe?
[code]chattr +i <file/foldername>[/code]
To undo:
[code]chattr -i <file/foldername>[/code] -
Does this apply to the entire image folder, or only specific images.
I meant a specific image, i realize I wasn’t specific.
-
the image folder would apply to one image. the images (note the ‘s’) would be all images.