Changeset 204 for branches/samba-3.2.x/docs/manpages/smb.conf.5
- Timestamp:
- May 20, 2009, 6:46:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/docs/manpages/smb.conf.5
r201 r204 2 2 .\" Author: 3 3 .\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/> 4 .\" Date: 0 8/27/20084 .\" Date: 09/18/2008 5 5 .\" Manual: File Formats and Conventions 6 6 .\" Source: Samba 3.2 7 7 .\" 8 .TH "SMB\.CONF" "5" "0 8/27/2008" "Samba 3\.2" "File Formats and Conventions"8 .TH "SMB\.CONF" "5" "09/18/2008" "Samba 3\.2" "File Formats and Conventions" 9 9 .\" disable hyphenation 10 10 .nh … … 2762 2762 This parameter specifies a set of UNIX mode bit permissions that will 2763 2763 \fIalways\fR 2764 be set on a file created by Samba\. This is done by bitwise \'OR\'ing these bits onto the mode bits of a file that is being created or having its permissions changed\. The default for this parameter is (in octal) 000\. The modes in this parameter are bitwise \'OR\'ed onto the file mode after the mask set in the2764 be set on a file created by Samba\. This is done by bitwise \'OR\'ing these bits onto the mode bits of a file that is being created\. The default for this parameter is (in octal) 000\. The modes in this parameter are bitwise \'OR\'ed onto the file mode after the mask set in the 2765 2765 \fIcreate mask\fR 2766 2766 parameter is applied\. 2767 2767 .sp 2768 The example below would force all created files to have read and execute permissions set for \'group\' and \'other\' as well as the read/write/execute bits set for the \'user\'\.2768 The example below would force all newly created files to have read and execute permissions set for \'group\' and \'other\' as well as the read/write/execute bits set for the \'user\'\. 2769 2769 .sp 2770 2770 Default:
Note:
See TracChangeset
for help on using the changeset viewer.