]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
manpages: samba-tool processes
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 27 Feb 2025 02:34:33 +0000 (15:34 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 12 Mar 2025 19:57:34 +0000 (19:57 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Rowland Penny <rpenny@samba.org>
docs-xml/manpages/samba-tool.8.xml

index 10f5632883969dead909cb81a514582c1a232d8f..c3de025536ce9c50665ef8dc254af944f99c9005 100644 (file)
        or without the domainDN component.</para>
 </refsect3>
 
+<refsect2>
+       <title>processes</title>
+       <para>List samba server processes.</para>
+       <para>If no processes are show, but Samba is running, it is
+       possible that samba-tool has not found the correct smb.conf,
+       and the use of -s/--configfile is required.
+       </para>
+       <variablelist>
+       <varlistentry>
+       <term>--name=NAME</term>
+       <listitem><para>
+       Show processes associated with the given name.
+       </para></listitem>
+       </varlistentry>
+
+       <varlistentry>
+       <term>--pid=PID</term>
+       <listitem><para>
+         Show names associated with the PID.
+       </para></listitem>
+       </varlistentry>
+       </variablelist>
+</refsect2>
+
+
 <refsect2>
        <title>rodc</title>
        <para>Manage Read-Only Domain Controller (RODC).</para>