Changeset 988 for vendor/current/docs-xml/manpages/smbd.8.xml
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- Location:
- vendor/current/docs-xml/manpages
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs-xml/manpages/smbd.8.xml
r860 r988 8 8 <refmiscinfo class="source">Samba</refmiscinfo> 9 9 <refmiscinfo class="manual">System Administration tools</refmiscinfo> 10 <refmiscinfo class="version"> 3.6</refmiscinfo>10 <refmiscinfo class="version">4.4</refmiscinfo> 11 11 </refmeta> 12 12 … … 20 20 <cmdsynopsis> 21 21 <command>smbd</command> 22 <arg choice="opt">-D</arg> 23 <arg choice="opt">-F</arg> 24 <arg choice="opt">-S</arg> 25 <arg choice="opt">-i</arg> 26 <arg choice="opt">-h</arg> 22 <arg choice="opt">-D|--daemon</arg> 23 <arg choice="opt">-F|--foreground</arg> 24 <arg choice="opt">-S|--log-stdout</arg> 25 <arg choice="opt">-i|--interactive</arg> 27 26 <arg choice="opt">-V</arg> 28 <arg choice="opt">-b </arg>27 <arg choice="opt">-b|--build-options</arg> 29 28 <arg choice="opt">-d <debug level></arg> 30 <arg choice="opt">-l <log directory></arg>29 <arg choice="opt">-l|--log-basename <log directory></arg> 31 30 <arg choice="opt">-p <port number(s)></arg> 32 31 <arg choice="opt">-P <profiling level></arg> 33 <arg choice="opt">-O <socket option></arg>34 32 <arg choice="opt">-s <configuration file></arg> 33 <arg choice="opt">--no-process-group</arg> 35 34 </cmdsynopsis> 36 35 </refsynopsisdiv> … … 82 81 <variablelist> 83 82 <varlistentry> 84 <term>-D </term>83 <term>-D|--daemon</term> 85 84 <listitem><para>If specified, this parameter causes 86 85 the server to operate as a daemon. That is, it detaches … … 95 94 96 95 <varlistentry> 97 <term>-F </term>96 <term>-F|--foreground</term> 98 97 <listitem><para>If specified, this parameter causes 99 98 the main <command>smbd</command> process to not daemonize, … … 110 109 111 110 <varlistentry> 112 <term>-S </term>111 <term>-S|--log-stdout</term> 113 112 <listitem><para>If specified, this parameter causes 114 113 <command>smbd</command> to log to standard output rather … … 117 116 118 117 <varlistentry> 119 <term>-i </term>118 <term>-i|--interactive</term> 120 119 <listitem><para>If this parameter is specified it causes the 121 120 server to run "interactively", not as a daemon, even if the 122 121 server is executed on the command line of a shell. Setting this 123 122 parameter negates the implicit daemon mode when run from the 124 command line. <command>smbd</command> also logs to standard125 output, as if the <command>-S</command> parameter had been126 given.127 </para></listitem> 128 </varlistentry> 129 123 command line. <command>smbd</command> will only accept one 124 connection and terminate. It will also log to standard output, 125 as if the <command>-S</command> parameter had been given. 126 </para></listitem> 127 </varlistentry> 128 130 129 &stdarg.server.debug; 131 130 &popt.common.samba; 132 &stdarg.help; 133 134 <varlistentry> 135 <term>-b</term> 131 &popt.autohelp; 132 133 <varlistentry> 134 <term>--no-process-group</term> 135 <listitem><para>Do not create a new process group for smbd. 136 </para></listitem> 137 </varlistentry> 138 139 <varlistentry> 140 <term>-b|--build-options</term> 136 141 <listitem><para>Prints information about how 137 142 Samba was built.</para></listitem> … … 310 315 </varlistentry> 311 316 312 <varlistentry><term>connections.tdb</term>313 <listitem><para>share connections (used to enforce max connections, etc...)</para></listitem>314 </varlistentry>315 316 317 <varlistentry><term>gencache.tdb</term> 317 318 <listitem><para>generic caching db</para></listitem> … … 358 359 </varlistentry> 359 360 360 <varlistentry><term>s essionid.tdb</term>361 <varlistentry><term>smbXsrv_session_global.tdb</term> 361 362 <listitem><para>session information (e.g. support for 'utmp = yes')</para></listitem> 363 </varlistentry> 364 365 <varlistentry><term>smbXsrv_tcon_global.tdb</term> 366 <listitem><para>share connections (used to enforce max connections, etc...)</para></listitem> 367 </varlistentry> 368 369 <varlistentry><term>smbXsrv_open_global.tdb</term> 370 <listitem><para>open file handles (used durable handles, etc...)</para></listitem> 362 371 </varlistentry> 363 372 … … 418 427 <manvolnum>5</manvolnum></citerefentry>, <citerefentry><refentrytitle>smbclient</refentrytitle> 419 428 <manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>testparm</refentrytitle> 420 <manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>testprns</refentrytitle>421 429 <manvolnum>1</manvolnum></citerefentry>, and the 422 430 Internet RFC's <filename>rfc1001.txt</filename>, <filename>rfc1002.txt</filename>.
Note:
See TracChangeset
for help on using the changeset viewer.