diff options
author | John Terpstra <jht@samba.org> | 2005-07-05 22:53:29 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:01 -0500 |
commit | 9d1b99ed8eedf4fc14f5a61f5eea4c3496fabda3 (patch) | |
tree | 4addaad874d08d32462351e9a668a2365631b6bf /docs/Samba3-HOWTO/TOSHARG-AccessControls.xml | |
parent | a37bdd77ee7099c078a1885b7f0b5bee1ab3a66a (diff) | |
download | samba-9d1b99ed8eedf4fc14f5a61f5eea4c3496fabda3.tar.gz samba-9d1b99ed8eedf4fc14f5a61f5eea4c3496fabda3.tar.bz2 samba-9d1b99ed8eedf4fc14f5a61f5eea4c3496fabda3.zip |
Formatting fixes before publication.
(This used to be commit c1a463a3ca4fd76bfaa97e296dbe82711f3f2018)
Diffstat (limited to 'docs/Samba3-HOWTO/TOSHARG-AccessControls.xml')
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-AccessControls.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Samba3-HOWTO/TOSHARG-AccessControls.xml b/docs/Samba3-HOWTO/TOSHARG-AccessControls.xml index 164356f5c4..f8bce9bc1c 100644 --- a/docs/Samba3-HOWTO/TOSHARG-AccessControls.xml +++ b/docs/Samba3-HOWTO/TOSHARG-AccessControls.xml @@ -1576,10 +1576,10 @@ are examples recently taken from the mailing list. <para> Set the ownership to whatever public user and group you want <screen> -&prompt;find `directory_name' -type d -exec chown user.group {}\; +&prompt;find `directory_name' -type d -exec chown user:group {}\; &prompt;find `directory_name' -type d -exec chmod 1775 {}\; &prompt;find `directory_name' -type f -exec chmod 0775 {}\; -&prompt;find `directory_name' -type f -exec chown user.group {}\; +&prompt;find `directory_name' -type f -exec chown user:group {}\; </screen> </para> @@ -1593,7 +1593,7 @@ are examples recently taken from the mailing list. <para> Directory is <replaceable>/foodbar</replaceable>: <screen> -&prompt;<userinput>chown jack.engr /foodbar</userinput> +&prompt;<userinput>chown jack:engr /foodbar</userinput> </screen> </para> |