From a0105526931e58cc4b11eafa00a2f8f3cadf1fd8 Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Fri, 2 Jan 2015 11:23:52 -0800 Subject: [PATCH] Make consistent mode settings syntax --- admin_manual/installation/source_installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/