Изменить разрешения во всех файлах во всех подзадатах
find /path/to/directory -type d -exec chmod 775 {} \;
Al Pinto
find /path/to/directory -type d -exec chmod 775 {} \;
find /path/to/directory -type f -exec chmod 664 {} \;