From f07fb55eed0b1d585815612632959c10a13938a7 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Fri, 1 Jul 2005 09:19:22 +0000 Subject: Final Addition. Copy layout is next. (This used to be commit 6e81f1b33945fb4271172ed91c18a2a164bc5dff) --- docs/Samba3-ByExample/SBE-SimpleOfficeServer.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/Samba3-ByExample/SBE-SimpleOfficeServer.xml') 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 solutionThe 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. is fully described. @@ -548,7 +548,7 @@ Password changed /data/officefiles/invitations /data/officefiles/misc - TOSHARG + TOSHARG2 The chown operation sets the owner to the user abmas and the group to office 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 TOSHARGThe Official Samba-3 HOWTO and + more information on this subject, refer to TOSHARG2The Official Samba-3 HOWTO and Reference Guide, Chapter 15, File, Directory and Share Access Controls. or refer to the UNIX man page for the chmod and the chown commands. -- cgit