Here's a tip for you James... -
In linux, to make a file or directory unmodifiable,
execute this as root:
chattr +i file
use -R as well to set it recursively on directories and files.
-Jonesy
In linux, to make a file or directory unmodifiable,
execute this as root:
chattr +i file
use -R as well to set it recursively on directories and files.
-Jonesy


