1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-31 01:48:16 +03:00

Documented -i modes for nmbd/smbd.

Jeremy.
This commit is contained in:
Jeremy Allison -
parent 9343b613d3
commit a076e2e4c5
2 changed files with 22 additions and 0 deletions

View File

@ -18,6 +18,7 @@
<command>nmbd</command>
<arg choice="opt">-D</arg>
<arg choice="opt">-a</arg>
<arg choice="opt">-i</arg>
<arg choice="opt">-o</arg>
<arg choice="opt">-P</arg>
<arg choice="opt">-h</arg>
@ -93,6 +94,16 @@
This is the default.</para></listitem>
</varlistentry>
<varlistentry>
<term>-i</term>
<listitem><para>If this parameter is specified it causes the
server to run "interactively", not as a daemon, even if the
server is executed on the command line of a shell. Setting this
parameter negates the implicit deamon mode when run from the
command line.
</para></listitem>
</varlistentry>
<varlistentry>
<term>-o</term>
<listitem><para>If this parameter is specified, the

View File

@ -17,6 +17,7 @@
<command>smbd</command>
<arg choice="opt">-D</arg>
<arg choice="opt">-a</arg>
<arg choice="opt">-i</arg>
<arg choice="opt">-o</arg>
<arg choice="opt">-P</arg>
<arg choice="opt">-h</arg>
@ -95,6 +96,16 @@
This is the default.</para></listitem>
</varlistentry>
<varlistentry>
<term>-i</term>
<listitem><para>If this parameter is specified it causes the
server to run "interactively", not as a daemon, even if the
server is executed on the command line of a shell. Setting this
parameter negates the implicit deamon mode when run from the
command line.
</para></listitem>
</varlistentry>
<varlistentry>
<term>-o</term>
<listitem><para>If this parameter is specified, the