Changeset 988 for vendor/current/docs-xml/manpages/smbcontrol.1.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/smbcontrol.1.xml
r860 r988 8 8 <refmiscinfo class="source">Samba</refmiscinfo> 9 9 <refmiscinfo class="manual">User Commands</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>smbcontrol</command> 22 <arg>-i</arg>23 22 <arg>-s</arg> 23 <arg>-t|--timeout</arg> 24 24 </cmdsynopsis> 25 25 … … 50 50 51 51 <variablelist> 52 & stdarg.help;52 &popt.autohelp; 53 53 &stdarg.configfile; 54 <varlistentry>55 < term>-i</term>56 < listitem><para>Run interactively. Individual commands57 of the form destination message-type parameters can be entered58 on STDIN. An empty command line or a "q" will quit the59 program.</para></listitem>54 &popt.common.samba.client; 55 <varlistentry> 56 <term>-t|--timeout</term> 57 <listitem><para> 58 Set timeout to seconds. 59 </para></listitem> 60 60 </varlistentry> 61 61 62 62 <varlistentry> 63 63 <term>destination</term> 64 <listitem><para>One of <parameter>nmbd</parameter>, <parameter>smbd</parameter> or a process ID.</para> 64 <listitem><para>One of <parameter>nmbd</parameter>, 65 <parameter>smbd</parameter>, <parameter>winbindd</parameter> 66 or a process ID.</para> 65 67 66 68 <para>The <parameter>all</parameter> destination causes the … … 130 132 131 133 <varlistentry> 134 <term>kill-client-ip</term> 135 <listitem><para>Order smbd to close the client connections from a 136 given IP address. This message-type takes an argument of the IP 137 address from which client connections will be closed. This message 138 can only be sent to <constant>smbd</constant>.</para> 139 </listitem> 140 </varlistentry> 141 142 <varlistentry> 132 143 <term>force-election</term> 133 144 <listitem><para>This message causes the <command>nmbd</command> daemon to … … 224 235 225 236 <varlistentry> 226 <term>samsync</term>227 <listitem><para>Order smbd to synchronise sam database from PDC (being BDC). Can only be sent to <constant>smbd</constant>. </para>228 <note><para>Not working at the moment</para></note>229 </listitem>230 </varlistentry>231 232 <varlistentry>233 <term>samrepl</term>234 <listitem><para>Send sam replication message, with specified serial. Can only be sent to <constant>smbd</constant>. Should not be used manually.</para></listitem>235 </varlistentry>236 237 <varlistentry>238 237 <term>dmalloc-mark</term> 239 238 <listitem><para>Set a mark for dmalloc. Can be sent to both smbd and nmbd. Only available if samba is built with dmalloc support. </para></listitem> … … 270 269 <listitem><para>Force daemon to reload smb.conf configuration file. Can be sent 271 270 to <constant>smbd</constant>, <constant>nmbd</constant>, or <constant>winbindd</constant>. 271 </para></listitem> 272 </varlistentry> 273 274 <varlistentry> 275 <term>reload-printers</term> 276 <listitem><para>Force smbd to reload printers. Can only be sent to 277 <constant>smbd</constant>. 272 278 </para></listitem> 273 279 </varlistentry> … … 299 305 </varlistentry> 300 306 307 <varlistentry> 308 <term>num-children</term> 309 <listitem><para>Query the number of smbd child processes. This 310 message can only be sent 311 to <constant>smbd</constant>.</para></listitem> 312 </varlistentry> 313 301 314 </variablelist> 302 315 </refsect1>
Note:
See TracChangeset
for help on using the changeset viewer.