On additional thing I've discovered is Amazon has a nasty tendency of recreating the adunits folder, but if you chmod the permission on the adunits folder itself then rather than getting a nice screeensaver it will stay on the last viewed screen (which can get confusing)
A work around I've discovered (which may prove risky) is to deny write access to all groups of the /var/local/ folder.
go to the var folder then issue the command
chmod a-w local
This will prevent any additional files or folders from being written to the local directory. It will still have access to the sub directories though you should be fine. So far I haven't noticed any issue with having done this.
|