mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
64b720d284
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
15 lines
585 B
XML
15 lines
585 B
XML
<samba:parameter name="delete readonly"
|
|
context="S"
|
|
type="boolean"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This parameter allows readonly files to be deleted.
|
|
This is not normal DOS semantics, but is allowed by UNIX.</para>
|
|
|
|
<para>This option may be useful for running applications such
|
|
as rcs, where UNIX file ownership prevents changing file
|
|
permissions, and DOS semantics prevent deletion of a read only file.</para>
|
|
</description>
|
|
<value type="default">no</value>
|
|
</samba:parameter>
|