Changeset 988 for vendor/current/docs/manpages/smbstatus.1
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs/manpages/smbstatus.1
r860 r988 2 2 .\" Title: smbstatus 3 3 .\" Author: [see the "AUTHOR" section] 4 .\" Generator: DocBook XSL Stylesheets v1.7 6.1 <http://docbook.sf.net/>5 .\" Date: 0 9/18/20134 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> 5 .\" Date: 05/02/2016 6 6 .\" Manual: User Commands 7 .\" Source: Samba 3.67 .\" Source: Samba 4.4 8 8 .\" Language: English 9 9 .\" 10 .TH "SMBSTATUS" "1" "0 9/18/2013" "Samba 3\&.6" "User Commands"10 .TH "SMBSTATUS" "1" "05/02/2016" "Samba 4\&.4" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * Define some portability stuff … … 32 32 .SH "SYNOPSIS" 33 33 .HP \w'\ 'u 34 smbstatus [\-P] [\-b] [\-d\ <debug\ level>] [\-v] [\-L] [\-B] [\-p] [\-S] [\- s\ <configuration\ file>] [\-u\ <username>]34 smbstatus [\-P] [\-b] [\-d\ <debug\ level>] [\-v] [\-L] [\-B] [\-p] [\-S] [\-N] [\-f] [\-s\ <configuration\ file>] [\-u\ <username>] [\-n|\-\-numeric] [\-R|\-\-profile\-rates] 35 35 .SH "DESCRIPTION" 36 36 .PP … … 48 48 .RE 49 49 .PP 50 \-R|\-\-profile\-rates 51 .RS 4 52 If samba has been compiled with the profiling option, print the contents of the profiling shared memory area and the call rates\&. 53 .RE 54 .PP 50 55 \-b|\-\-brief 51 56 .RS 4 52 57 gives brief output\&. 53 .RE54 .PP55 \-d|\-\-debuglevel=level56 .RS 457 \fIlevel\fR58 is an integer from 0 to 10\&. The default value if this parameter is not specified is 0\&.59 .sp60 The 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\&.61 .sp62 Levels 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\&.63 .sp64 Note that specifying this parameter here will override the65 \m[blue]\fBlog level\fR\m[]66 parameter in the67 smb\&.conf68 file\&.69 .RE70 .PP71 \-V|\-\-version72 .RS 473 Prints the program version number\&.74 .RE75 .PP76 \-s|\-\-configfile <configuration file>77 .RS 478 The 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\&. See79 smb\&.conf80 for more information\&. The default configuration file name is determined at compile time\&.81 .RE82 .PP83 \-l|\-\-log\-basename=logdirectory84 .RS 485 Base directory name for log/debug files\&. The extension86 \fB"\&.progname"\fR87 will be appended (e\&.g\&. log\&.smbclient, log\&.smbd, etc\&.\&.\&.)\&. The log file is never removed by the client\&.88 58 .RE 89 59 .PP … … 115 85 .RE 116 86 .PP 117 \- h|\-\-help87 \-N|\-\-notify 118 88 .RS 4 119 Print a summary of command line options\&. 89 causes smbstatus to display registered file notifications 90 .RE 91 .PP 92 \-f|\-\-fast 93 .RS 4 94 causes smbstatus to not check if the status data is valid by checking if the processes that the status data refer to all still exist\&. This speeds up execution on busy systems and clusters but might display stale data of processes that died without cleaning up properly\&. 120 95 .RE 121 96 .PP … … 125 100 \fIusername\fR 126 101 only\&. 102 .RE 103 .PP 104 \-n|\-\-numeric 105 .RS 4 106 causes smbstatus to display numeric UIDs and GIDs instead of resolving them to names\&. 127 107 .RE 128 108 .SH "VERSION"
Note:
See TracChangeset
for help on using the changeset viewer.