diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index a81be11a9..32d10145c 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -193,9 +193,9 @@ as possible. These commands should be executed immediately after the initial ins chown : /path/to/owncloud/config/ chmod 0750 /path/to/owncloud/config/ chown : /path/to/owncloud/config/config.php - chmod 750 /path/to/owncloud/config/config.php + chmod 0750 /path/to/owncloud/config/config.php chown -R : /path/to/owncloud/data/ - chmod -R 750 /path/to/owncloud/data + chmod -R 0750 /path/to/owncloud/data chown root:root /path/to/owncloud/data/.htaccess chmod 0755 /path/to/owncloud/data/.htaccess chown : /path/to/owncloud/apps/