source: trunk/server/docs-xml/smbdotconf/misc/deletereadonly.xml

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 543 bytes
Line 
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>
Note: See TracBrowser for help on using the repository browser.