Ignore:
Timestamp:
May 20, 2009, 6:46:53 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/docs-xml/smbdotconf/security/forcecreatemode.xml

    r203 r204  
    33                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    44<description>
    5     <para>This parameter specifies a set of UNIX mode bit
    6     permissions that will <emphasis>always</emphasis> be set on a
    7     file created by Samba. This is done by bitwise 'OR'ing these bits onto
    8     the mode bits of a file that is being created or having its
    9     permissions changed. The default for this parameter is (in octal)
    10     000. The modes in this parameter are bitwise 'OR'ed onto the file
    11     mode after the mask set in the <parameter moreinfo="none">create mask</parameter>
     5    <para>This parameter specifies a set of UNIX mode bit
     6    permissions that will <emphasis>always</emphasis> be set on a
     7    file created by Samba. This is done by bitwise 'OR'ing these bits onto
     8    the mode bits of a file that is being created. The default for this parameter is (in octal)
     9    000. The modes in this parameter are bitwise 'OR'ed onto the file
     10    mode after the mask set in the <parameter moreinfo="none">create mask</parameter>
    1211    parameter is applied.</para>
    1312
    14         <para>The example below would force all created files to have read and execute
    15     permissions set for 'group' and 'other' as well as the 
     13    <para>The example below would force all newly created files to have read and execute
     14    permissions set for 'group' and 'other' as well as the
    1615    read/write/execute bits set for the 'user'.</para>
    1716
Note: See TracChangeset for help on using the changeset viewer.