How to chmod 777 recursively for files underneath a folder? - Hosting Security and Technology - Web
1) either to have the script run by a user in the group that owns the files, and have the files writable by group. (So chmod 775 rather than 777). 2) or have the script run as the user that owns the files (see SUID in Linux). This was actually a brilliant...