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