Last change
on this file was 414, checked in by Herwig Bauernfeind, 15 years ago |
Samba 3.5.0: Initial import
|
File size:
1022 bytes
|
Line | |
---|
1 | <samba:parameter name="force create mode"
|
---|
2 | context="S"
|
---|
3 | xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
---|
4 | <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. 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>
|
---|
11 | parameter is applied.</para>
|
---|
12 |
|
---|
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
|
---|
15 | read/write/execute bits set for the 'user'.</para>
|
---|
16 |
|
---|
17 | </description>
|
---|
18 |
|
---|
19 | <related>create mask</related>
|
---|
20 | <related>inherit permissions</related>
|
---|
21 |
|
---|
22 | <value type="default">000</value>
|
---|
23 | <value type="example">0755</value>
|
---|
24 | </samba:parameter>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.