diff options
author | John Terpstra <jht@samba.org> | 2005-05-28 18:38:20 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:40 -0500 |
commit | 672521dbe57a27938568fc24e5bfdd2f90e43a15 (patch) | |
tree | f31905e07daa938fe90b348b7a652ef5608cad83 /docs/Samba-Guide/SBE-SimpleOfficeServer.xml | |
parent | 1518864028b7a2640129f87077e64eb6aaddc225 (diff) | |
download | samba-672521dbe57a27938568fc24e5bfdd2f90e43a15.tar.gz samba-672521dbe57a27938568fc24e5bfdd2f90e43a15.tar.bz2 samba-672521dbe57a27938568fc24e5bfdd2f90e43a15.zip |
Replacing dot delimited with colon for chown command.
(This used to be commit 6319b85c6de408a134d4ad2f4ca49d4ae786145e)
Diffstat (limited to 'docs/Samba-Guide/SBE-SimpleOfficeServer.xml')
-rw-r--r-- | docs/Samba-Guide/SBE-SimpleOfficeServer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Samba-Guide/SBE-SimpleOfficeServer.xml b/docs/Samba-Guide/SBE-SimpleOfficeServer.xml index b1e9c6a076..59ff58af21 100644 --- a/docs/Samba-Guide/SBE-SimpleOfficeServer.xml +++ b/docs/Samba-Guide/SBE-SimpleOfficeServer.xml @@ -540,7 +540,7 @@ Password changed ownership and permissions: <screen> &rootprompt; mkdir -p /data/{ftmfiles,officefiles/{letters,invitations,misc}} -&rootprompt; chown -R abmas.office /data +&rootprompt; chown -R abmas:office /data &rootprompt; chmod -R ug+rwxs,o-w,o+rx /data </screen> These demonstrate compound operations. The <command>mkdir</command> command |