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