Some update and Fixes for typos.
[kai/samba.git] / docs / docbook / smbdotconf / misc / dosfilemode.xml
1 <samba:parameter xmlns:samba="http://samba.org/common">
2                 <term><anchor id="DOSFILEMODE"/>dos filemode (S)</term>
3                 <listitem><para> The default behavior in Samba is to provide 
4                 UNIX-like behavior where only the owner of a file/directory is 
5                 able to change the permissions on it.  However, this behavior
6                 is often confusing to  DOS/Windows users.  Enabling this parameter 
7                 allows a user who has write access to the file (by whatever 
8                 means) to modify the permissions on it.  Note that a user
9                 belonging to the group owning the file will not be allowed to
10                 change permissions if the group is only granted read access.
11                 Ownership of the file/directory is not changed, only the permissions 
12                 are modified.</para>
13                 
14                 <para>Default: <command moreinfo="none">dos filemode = no</command></para>
15                 </listitem>
16                 </samba:parameter>