make all-docs to make sure everything is up-to-date
[kai/samba.git] / docs / manpages / smbstatus.1
1 .\" This manpage has been automatically generated by docbook2man-spec
2 .\" from a DocBook document.  docbook2man-spec can be found at:
3 .\" <http://shell.ipoline.com/~elmert/hacks/docbook2X/> 
4 .\" Please send any bug reports, improvements, comments, patches, 
5 .\" etc. to Steve Cheng <steve@ggi-project.org>.
6 .TH "SMBSTATUS" "1" "28 January 2002" "" ""
7 .SH NAME
8 smbstatus \- report on current Samba connections
9 .SH SYNOPSIS
10 .sp
11 \fBsmbstatus\fR [ \fB-P\fR ]  [ \fB-b\fR ]  [ \fB-d\fR ]  [ \fB-L\fR ]  [ \fB-p\fR ]  [ \fB-S\fR ]  [ \fB-s <configuration file>\fR ]  [ \fB-u <username>\fR ] 
12 .SH "DESCRIPTION"
13 .PP
14 This tool is part of the  Sambasuite.
15 .PP
16 \fBsmbstatus\fR is a very simple program to 
17 list the current Samba connections.
18 .SH "OPTIONS"
19 .TP
20 \fB-P\fR
21 If samba has been compiled with the 
22 profiling option, print only the contents of the profiling 
23 shared memory area.
24 .TP
25 \fB-b\fR
26 gives brief output.
27 .TP
28 \fB-d\fR
29 gives verbose output.
30 .TP
31 \fB-L\fR
32 causes smbstatus to only list locks.
33 .TP
34 \fB-p\fR
35 print a list of  \fBsmbd(8)\fRprocesses and exit. 
36 Useful for scripting.
37 .TP
38 \fB-S\fR
39 causes smbstatus to only list shares.
40 .TP
41 \fB-s <configuration file>\fR
42 The default configuration file name is
43 determined at compile time. The file specified contains the
44 configuration details required by the server. See \fIsmb.conf(5)\fR
45 for more information.
46 .TP
47 \fB-u <username>\fR
48 selects information relevant to 
49 \fIusername\fR only.
50 .SH "VERSION"
51 .PP
52 This man page is correct for version 2.2 of 
53 the Samba suite.
54 .SH "SEE ALSO"
55 .PP
56 \fBsmbd(8)\fRand
57 smb.conf(5).
58 .SH "AUTHOR"
59 .PP
60 The original Samba software and related utilities 
61 were created by Andrew Tridgell. Samba is now developed
62 by the Samba Team as an Open Source project similar 
63 to the way the Linux kernel is developed.
64 .PP
65 The original Samba man pages were written by Karl Auer. 
66 The man page sources were converted to YODL format (another 
67 excellent piece of Open Source software, available at
68 ftp://ftp.icce.rug.nl/pub/unix/ <URL:ftp://ftp.icce.rug.nl/pub/unix/>) and updated for the Samba 2.0 
69 release by Jeremy Allison. The conversion to DocBook for 
70 Samba 2.2 was done by Gerald Carter