blob: ed606466778705c7933cee282ce955400f90936c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<samba:parameter xmlns:samba="http://samba.org/common">
<term><anchor id="ROOTPOSTEXEC"/>root postexec (S)</term>
<listitem><para>This is the same as the <parameter moreinfo="none">postexec</parameter>
parameter except that the command is run as root. This
is useful for unmounting filesystems
(such as CDROMs) after a connection is closed.</para>
<para>See also <link linkend="POSTEXEC"><parameter moreinfo="none">
postexec</parameter></link>.</para>
<para>Default: <command moreinfo="none">root postexec = <empty string>
</command></para>
</listitem>
</samba:parameter>
|