[Pkg-owncloud-commits] [owncloud-doc] 51/110: Make consistent mode settings syntax

David Prévot taffit at moszumanska.debian.org
Fri Feb 6 21:10:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 0a4dc11d22602af8c248f3871c2d218b4c5df997
Author: Carla Schroder <carla at owncloud.com>
Date:   Fri Jan 2 11:24:17 2015 -0800

    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 1ea7450..32d1014 100644
--- a/admin_manual/installation/source_installation.rst
+++ b/admin_manual/installation/source_installation.rst
@@ -189,13 +189,13 @@ For hardened security we  highly recommend setting the permissions on your ownCl
 as possible. These commands should be executed immediately after the initial installation::
   
     chown -R root:root /path/to/owncloud/
-    chmod -R 755 /path/to/owncloud/
+    chmod -R 0755 /path/to/owncloud/
     chown <http-user>:<http-user> /path/to/owncloud/config/
     chmod 0750 /path/to/owncloud/config/
     chown <http-user>:<http-user> /path/to/owncloud/config/config.php
     chmod 0750 /path/to/owncloud/config/config.php
     chown -R <http-user>:<http-user> /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 <http-user>:<http-user> /path/to/owncloud/apps/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list