Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/docs/manpages/smbstatus.1

    r860 r988  
    22.\"     Title: smbstatus
    33.\"    Author: [see the "AUTHOR" section]
    4 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
    5 .\"      Date: 09/18/2013
     4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
     5.\"      Date: 05/02/2016
    66.\"    Manual: User Commands
    7 .\"    Source: Samba 3.6
     7.\"    Source: Samba 4.4
    88.\"  Language: English
    99.\"
    10 .TH "SMBSTATUS" "1" "09/18/2013" "Samba 3\&.6" "User Commands"
     10.TH "SMBSTATUS" "1" "05/02/2016" "Samba 4\&.4" "User Commands"
    1111.\" -----------------------------------------------------------------
    1212.\" * Define some portability stuff
     
    3232.SH "SYNOPSIS"
    3333.HP \w'\ 'u
    34 smbstatus [\-P] [\-b] [\-d\ <debug\ level>] [\-v] [\-L] [\-B] [\-p] [\-S] [\-s\ <configuration\ file>] [\-u\ <username>]
     34smbstatus [\-P] [\-b] [\-d\ <debug\ level>] [\-v] [\-L] [\-B] [\-p] [\-S] [\-N] [\-f] [\-s\ <configuration\ file>] [\-u\ <username>] [\-n|\-\-numeric] [\-R|\-\-profile\-rates]
    3535.SH "DESCRIPTION"
    3636.PP
     
    4848.RE
    4949.PP
     50\-R|\-\-profile\-rates
     51.RS 4
     52If 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
    5055\-b|\-\-brief
    5156.RS 4
    5257gives brief output\&.
    53 .RE
    54 .PP
    55 \-d|\-\-debuglevel=level
    56 .RS 4
    57 \fIlevel\fR
    58 is an integer from 0 to 10\&. The default value if this parameter is not specified is 0\&.
    59 .sp
    60 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 .sp
    62 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 .sp
    64 Note that specifying this parameter here will override the
    65 \m[blue]\fBlog level\fR\m[]
    66 parameter in the
    67 smb\&.conf
    68 file\&.
    69 .RE
    70 .PP
    71 \-V|\-\-version
    72 .RS 4
    73 Prints the program version number\&.
    74 .RE
    75 .PP
    76 \-s|\-\-configfile <configuration file>
    77 .RS 4
    78 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\&. See
    79 smb\&.conf
    80 for more information\&. The default configuration file name is determined at compile time\&.
    81 .RE
    82 .PP
    83 \-l|\-\-log\-basename=logdirectory
    84 .RS 4
    85 Base directory name for log/debug files\&. The extension
    86 \fB"\&.progname"\fR
    87 will be appended (e\&.g\&. log\&.smbclient, log\&.smbd, etc\&.\&.\&.)\&. The log file is never removed by the client\&.
    8858.RE
    8959.PP
     
    11585.RE
    11686.PP
    117 \-h|\-\-help
     87\-N|\-\-notify
    11888.RS 4
    119 Print a summary of command line options\&.
     89causes smbstatus to display registered file notifications
     90.RE
     91.PP
     92\-f|\-\-fast
     93.RS 4
     94causes 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\&.
    12095.RE
    12196.PP
     
    125100\fIusername\fR
    126101only\&.
     102.RE
     103.PP
     104\-n|\-\-numeric
     105.RS 4
     106causes smbstatus to display numeric UIDs and GIDs instead of resolving them to names\&.
    127107.RE
    128108.SH "VERSION"
Note: See TracChangeset for help on using the changeset viewer.