diff options
author | John Terpstra <jht@samba.org> | 2005-07-01 09:19:22 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:58 -0500 |
commit | f07fb55eed0b1d585815612632959c10a13938a7 (patch) | |
tree | 463ab32ddd4f3bde70dc7e191713785b42be91da /docs/Samba3-ByExample/SBE-SimpleOfficeServer.xml | |
parent | 64bed7ecbf8fb0d34c05ee83054affac3283a06a (diff) | |
download | samba-f07fb55eed0b1d585815612632959c10a13938a7.tar.gz samba-f07fb55eed0b1d585815612632959c10a13938a7.tar.bz2 samba-f07fb55eed0b1d585815612632959c10a13938a7.zip |
Final Addition. Copy layout is next.
(This used to be commit 6e81f1b33945fb4271172ed91c18a2a164bc5dff)
Diffstat (limited to 'docs/Samba3-ByExample/SBE-SimpleOfficeServer.xml')
-rw-r--r-- | docs/Samba3-ByExample/SBE-SimpleOfficeServer.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Samba3-ByExample/SBE-SimpleOfficeServer.xml b/docs/Samba3-ByExample/SBE-SimpleOfficeServer.xml index 9996a7de13..d3acd9d1da 100644 --- a/docs/Samba3-ByExample/SBE-SimpleOfficeServer.xml +++ b/docs/Samba3-ByExample/SBE-SimpleOfficeServer.xml @@ -18,8 +18,8 @@ This chapter lays the groundwork for understanding the basics of Samba operation. Instead of a bland technical discussion, each principle is demonstrated by way of a real-world scenario for which a working solution<footnote><para>The examples given mirror those documented - in The Official Samba-3 HOWTO and Reference Guide (TOSHARG) Chapter 2, Section 2.3.1. You may gain additional - insight from the standalone server configurations covered in TOSHARG, sections 2.3.1.2 through 2.3.1.4. + in The Official Samba-3 HOWTO and Reference Guide, Second Edition (TOSHARG2) Chapter 2, Section 2.3.1. You may gain additional + insight from the standalone server configurations covered in TOSHARG2, sections 2.3.1.2 through 2.3.1.4. </para></footnote> is fully described. </para> @@ -548,7 +548,7 @@ Password changed /data/officefiles/invitations /data/officefiles/misc </programlisting> - <indexterm><primary>TOSHARG</primary></indexterm> + <indexterm><primary>TOSHARG2</primary></indexterm> The <command>chown</command> operation sets the owner to the user <constant>abmas</constant> and the group to <constant>office</constant> on all directories just created. It recursively sets the permissions so that the owner and group have SUID/SGID with read, write, and execute @@ -556,7 +556,7 @@ Password changed directories are created with the same owner and group as the directory in which they are created. Any new directories created still have the same owner, group, and permissions as the directory they are in. This should eliminate all permissions-based file access problems. For - more information on this subject, refer to TOSHARG<footnote>The Official Samba-3 HOWTO and + more information on this subject, refer to TOSHARG2<footnote>The Official Samba-3 HOWTO and Reference Guide, Chapter 15, File, Directory and Share Access Controls.</footnote> or refer to the UNIX man page for the <command>chmod</command> and the <command>chown</command> commands. </para></step> |