1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <refentry id="smbstatus.1">
6 <refentrytitle>smbstatus</refentrytitle>
7 <manvolnum>1</manvolnum>
8 <refmiscinfo class="source">Samba</refmiscinfo>
9 <refmiscinfo class="manual">User Commands</refmiscinfo>
10 <refmiscinfo class="version">3.2</refmiscinfo>
15 <refname>smbstatus</refname>
16 <refpurpose>report on current Samba connections</refpurpose>
21 <command>smbstatus</command>
22 <arg choice="opt">-P</arg>
23 <arg choice="opt">-b</arg>
24 <arg choice="opt">-d <debug level></arg>
25 <arg choice="opt">-v</arg>
26 <arg choice="opt">-L</arg>
27 <arg choice="opt">-B</arg>
28 <arg choice="opt">-p</arg>
29 <arg choice="opt">-S</arg>
30 <arg choice="opt">-s <configuration file></arg>
31 <arg choice="opt">-u <username></arg>
36 <title>DESCRIPTION</title>
38 <para>This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle>
39 <manvolnum>7</manvolnum></citerefentry> suite.</para>
41 <para><command>smbstatus</command> is a very simple program to
42 list the current Samba connections.</para>
46 <title>OPTIONS</title>
50 <term>-P|--profile</term>
51 <listitem><para>If samba has been compiled with the
52 profiling option, print only the contents of the profiling
53 shared memory area.</para></listitem>
57 <term>-b|--brief</term>
58 <listitem><para>gives brief output.</para></listitem>
65 <term>-v|--verbose</term>
66 <listitem><para>gives verbose output.</para></listitem>
71 <term>-L|--locks</term>
72 <listitem><para>causes smbstatus to only list locks.</para>
78 <term>-B|--byterange</term>
79 <listitem><para>causes smbstatus to include byte range locks.
85 <term>-p|--processes</term>
86 <listitem><para>print a list of <citerefentry><refentrytitle>smbd</refentrytitle>
87 <manvolnum>8</manvolnum></citerefentry> processes and exit.
88 Useful for scripting.</para></listitem>
93 <term>-S|--shares</term>
94 <listitem><para>causes smbstatus to only list shares.</para>
101 <term>-u|--user=<username></term>
102 <listitem><para>selects information relevant to <parameter>username</parameter> only.</para>
110 <title>VERSION</title>
112 <para>This man page is correct for version 3 of
113 the Samba suite.</para>
117 <title>SEE ALSO</title>
118 <para><citerefentry><refentrytitle>smbd</refentrytitle>
119 <manvolnum>8</manvolnum></citerefentry> and <citerefentry><refentrytitle>smb.conf</refentrytitle>
120 <manvolnum>5</manvolnum></citerefentry>.</para>
124 <title>AUTHOR</title>
126 <para>The original Samba software and related utilities
127 were created by Andrew Tridgell. Samba is now developed
128 by the Samba Team as an Open Source project similar
129 to the way the Linux kernel is developed.</para>
131 <para>The original Samba man pages were written by Karl Auer.
132 The man page sources were converted to YODL format (another
133 excellent piece of Open Source software, available at <ulink url="ftp://ftp.icce.rug.nl/pub/unix/">
134 ftp://ftp.icce.rug.nl/pub/unix/</ulink>) and updated for the Samba 2.0
135 release by Jeremy Allison. The conversion to DocBook for
136 Samba 2.2 was done by Gerald Carter. The conversion to DocBook XML 4.2
137 for Samba 3.0 was done by Alexander Bokovoy.</para>