mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
docs: mention many more options in smbd options.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
792ff0029c
commit
ad46b6689d
@ -19,17 +19,18 @@
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>smbd</command>
|
||||
<arg choice="opt">-D</arg>
|
||||
<arg choice="opt">-F</arg>
|
||||
<arg choice="opt">-S</arg>
|
||||
<arg choice="opt">-i</arg>
|
||||
<arg choice="opt">-D|--daemon</arg>
|
||||
<arg choice="opt">-F|--foreground</arg>
|
||||
<arg choice="opt">-S|--log-stdout</arg>
|
||||
<arg choice="opt">-i|--interactive</arg>
|
||||
<arg choice="opt">-V</arg>
|
||||
<arg choice="opt">-b</arg>
|
||||
<arg choice="opt">-b|--build-options</arg>
|
||||
<arg choice="opt">-d <debug level></arg>
|
||||
<arg choice="opt">-l <log directory></arg>
|
||||
<arg choice="opt">-l|--log-basename <log directory></arg>
|
||||
<arg choice="opt">-p <port number(s)></arg>
|
||||
<arg choice="opt">-P <profiling level></arg>
|
||||
<arg choice="opt">-s <configuration file></arg>
|
||||
<arg choice="opt">--no-process-group</arg>
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
|
||||
@ -79,7 +80,7 @@
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>-D</term>
|
||||
<term>-D|--daemon</term>
|
||||
<listitem><para>If specified, this parameter causes
|
||||
the server to operate as a daemon. That is, it detaches
|
||||
itself and runs in the background, fielding requests
|
||||
@ -92,7 +93,7 @@
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>-F</term>
|
||||
<term>-F|--foreground</term>
|
||||
<listitem><para>If specified, this parameter causes
|
||||
the main <command>smbd</command> process to not daemonize,
|
||||
i.e. double-fork and disassociate with the terminal.
|
||||
@ -107,14 +108,14 @@
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>-S</term>
|
||||
<term>-S|--log-stdout</term>
|
||||
<listitem><para>If specified, this parameter causes
|
||||
<command>smbd</command> to log to standard output rather
|
||||
than a file.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>-i</term>
|
||||
<term>-i|--interactive</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
|
||||
@ -130,7 +131,13 @@
|
||||
&stdarg.help;
|
||||
|
||||
<varlistentry>
|
||||
<term>-b</term>
|
||||
<term>--no-process-group</term>
|
||||
<listitem><para>Do not create a new process group for smbd.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>-b|--build-options</term>
|
||||
<listitem><para>Prints information about how
|
||||
Samba was built.</para></listitem>
|
||||
</varlistentry>
|
||||
|
Loading…
Reference in New Issue
Block a user