source: branches/samba-3.0/docs/manpages/smbstatus.1@ 135

Last change on this file since 135 was 135, checked in by Paul Smedley, 17 years ago

Update source to 3.0.30

File size: 3.8 KB
Line 
1.\" Title: smbstatus
2.\" Author:
3.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
4.\" Date: 05/28/2008
5.\" Manual: User Commands
6.\" Source: Samba 3.0
7.\"
8.TH "SMBSTATUS" "1" "05/28/2008" "Samba 3\.0" "User Commands"
9.\" disable hyphenation
10.nh
11.\" disable justification (adjust text to left margin only)
12.ad l
13.SH "NAME"
14smbstatus - report on current Samba connections
15.SH "SYNOPSIS"
16.HP 1
17smbstatus [\-P] [\-b] [\-d\ <debug\ level>] [\-v] [\-L] [\-B] [\-p] [\-S] [\-s\ <configuration\ file>] [\-u\ <username>]
18.SH "DESCRIPTION"
19.PP
20This tool is part of the
21\fBsamba\fR(7)
22suite\.
23.PP
24smbstatus
25is a very simple program to list the current Samba connections\.
26.SH "OPTIONS"
27.PP
28\-P|\-\-profile
29.RS 4
30If samba has been compiled with the profiling option, print only the contents of the profiling shared memory area\.
31.RE
32.PP
33\-b|\-\-brief
34.RS 4
35gives brief output\.
36.RE
37.PP
38\-d|\-\-debuglevel=level
39.RS 4
40\fIlevel\fR
41is an integer from 0 to 10\. The default value if this parameter is not specified is 0\.
42.sp
43The higher this value, the more detail will be logged to the log files about the activities of the server\. At level 0, only critical errors and serious warnings will be logged\. Level 1 is a reasonable level for day\-to\-day running \- it generates a small amount of information about operations carried out\.
44.sp
45Levels above 1 will generate considerable amounts of log data, and should only be used when investigating a problem\. Levels above 3 are designed for use only by developers and generate HUGE amounts of log data, most of which is extremely cryptic\.
46.sp
47Note that specifying this parameter here will override the
48\fIlog level\fR
49parameter in the
50\fIsmb\.conf\fR
51file\.
52.RE
53.PP
54\-V
55.RS 4
56Prints the program version number\.
57.RE
58.PP
59\-s <configuration file>
60.RS 4
61The file specified contains the configuration details required by the server\. The information in this file includes server\-specific information such as what printcap file to use, as well as descriptions of all the services that the server is to provide\. See
62\fIsmb\.conf\fR
63for more information\. The default configuration file name is determined at compile time\.
64.RE
65.PP
66\-l|\-\-log\-basename=logdirectory
67.RS 4
68Base directory name for log/debug files\. The extension
69\fB"\.progname"\fR
70will be appended (e\.g\. log\.smbclient, log\.smbd, etc\.\.\.)\. The log file is never removed by the client\.
71.RE
72.PP
73\-v|\-\-verbose
74.RS 4
75gives verbose output\.
76.RE
77.PP
78\-L|\-\-locks
79.RS 4
80causes smbstatus to only list locks\.
81.RE
82.PP
83\-B|\-\-byterange
84.RS 4
85causes smbstatus to include byte range locks\.
86.RE
87.PP
88\-p|\-\-processes
89.RS 4
90print a list of
91\fBsmbd\fR(8)
92processes and exit\. Useful for scripting\.
93.RE
94.PP
95\-S|\-\-shares
96.RS 4
97causes smbstatus to only list shares\.
98.RE
99.PP
100\-h|\-\-help
101.RS 4
102Print a summary of command line options\.
103.RE
104.PP
105\-u|\-\-user=<username>
106.RS 4
107selects information relevant to
108\fIusername\fR
109only\.
110.RE
111.SH "VERSION"
112.PP
113This man page is correct for version 3\.0 of the Samba suite\.
114.SH "SEE ALSO"
115.PP
116\fBsmbd\fR(8)
117and
118\fBsmb.conf\fR(5)\.
119.SH "AUTHOR"
120.PP
121The original Samba software and related utilities were created by Andrew Tridgell\. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\.
122.PP
123The original Samba man pages were written by Karl Auer\. The man page sources were converted to YODL format (another excellent piece of Open Source software, available at
124ftp://ftp\.icce\.rug\.nl/pub/unix/) and updated for the Samba 2\.0 release by Jeremy Allison\. The conversion to DocBook for Samba 2\.2 was done by Gerald Carter\. The conversion to DocBook XML 4\.2 for Samba 3\.0 was done by Alexander Bokovoy\.
Note: See TracBrowser for help on using the repository browser.