~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/misc/deletereadonly.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<samba:parameter name="delete readonly"
 
2
                 context="S"
 
3
                 type="boolean"
 
4
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 
5
<description>
 
6
        <para>This parameter allows readonly files to be deleted.  
 
7
        This is not normal DOS semantics, but is allowed by UNIX.</para>
 
8
                
 
9
        <para>This option may be useful for running applications such 
 
10
        as rcs, where UNIX file ownership prevents changing file 
 
11
        permissions, and DOS semantics prevent deletion of a read only file.</para>
 
12
</description>
 
13
<value type="default">no</value>
 
14
</samba:parameter>