#!/bin/bash root_path=/opt/dokuwiki/ chown -R www-data:www-data $root_path find $root_path -type d -exec chmod -v 770 {} \; find $root_path -type f -exec chmod -v 660 {} \;