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/nmbd.8

    r860 r988  
    22.\"     Title: nmbd
    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: System Administration tools
    7 .\"    Source: Samba 3.6
     7.\"    Source: Samba 4.4
    88.\"  Language: English
    99.\"
    10 .TH "NMBD" "8" "09/18/2013" "Samba 3\&.6" "System Administration tools"
     10.TH "NMBD" "8" "05/02/2016" "Samba 4\&.4" "System Administration tools"
    1111.\" -----------------------------------------------------------------
    1212.\" * Define some portability stuff
     
    3232.SH "SYNOPSIS"
    3333.HP \w'\ 'u
    34 nmbd [\-D] [\-F] [\-S] [\-a] [\-i] [\-o] [\-h] [\-V] [\-d\ <debug\ level>] [\-H\ <lmhosts\ file>] [\-l\ <log\ directory>] [\-p\ <port\ number>] [\-s\ <configuration\ file>]
     34nmbd [\-D|\-\-daemon] [\-F|\-\-foreground] [\-S|\-\-log\-stdout] [\-i|\-\-interactive] [\-V] [\-d\ <debug\ level>] [\-H|\-\-hosts\ <lmhosts\ file>] [\-l\ <log\ directory>] [\-p|\-\-port\ <port\ number>] [\-s\ <configuration\ file>] [\-\-no\-process\-group]
    3535.SH "DESCRIPTION"
    3636.PP
     
    4848will listen for such requests, and if its own NetBIOS name is specified it will respond with the IP number of the host it is running on\&. Its "own NetBIOS name" is by default the primary DNS name of the host it is running on, but this can be overridden by the
    4949\m[blue]\fBnetbios name\fR\m[]
    50 in
    51 smb\&.conf\&. Thus
     50in \&. Thus
    5251nmbd
    5352will reply to broadcast queries for its own name(s)\&. Additional names for
     
    6564.SH "OPTIONS"
    6665.PP
    67 \-D
     66\-D|\-\-daemon
    6867.RS 4
    6968If specified, this parameter causes
     
    7675.RE
    7776.PP
    78 \-F
     77\-F|\-\-foreground
    7978.RS 4
    8079If specified, this parameter causes the main
     
    9190.RE
    9291.PP
    93 \-S
     92\-S|\-\-log\-stdout
    9493.RS 4
    9594If specified, this parameter causes
     
    9897.RE
    9998.PP
    100 \-i
     99\-i|\-\-interactive
    101100.RS 4
    102101If this parameter is specified it causes the server to run "interactively", not as a daemon, even if the server is executed on the command line of a shell\&. Setting this parameter negates the implicit daemon mode when run from the command line\&.
     
    107106.RE
    108107.PP
    109 \-h|\-\-help
    110 .RS 4
    111 Print a summary of command line options\&.
    112 .RE
    113 .PP
    114 \-H <filename>
     108\-H|\-\-hosts <filename>
    115109.RS 4
    116110NetBIOS lmhosts file\&. The lmhosts file is a list of NetBIOS names to IP addresses that is loaded by the nmbd server and used via the name resolution mechanism
     
    134128.RE
    135129.PP
    136 \-d|\-\-debuglevel=level
    137 .RS 4
    138 \fIlevel\fR
    139 is an integer from 0 to 10\&. The default value if this parameter is not specified is 0\&.
    140 .sp
    141 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\&.
    142 .sp
    143 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\&.
    144 .sp
    145 Note that specifying this parameter here will override the
    146 \m[blue]\fBlog level\fR\m[]
    147 parameter in the
    148 smb\&.conf
    149 file\&.
    150 .RE
    151 .PP
    152 \-V|\-\-version
    153 .RS 4
    154 Prints the program version number\&.
    155 .RE
    156 .PP
    157 \-s|\-\-configfile <configuration file>
    158 .RS 4
    159 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
    160 smb\&.conf
    161 for more information\&. The default configuration file name is determined at compile time\&.
    162 .RE
    163 .PP
    164 \-l|\-\-log\-basename=logdirectory
    165 .RS 4
    166 Base directory name for log/debug files\&. The extension
    167 \fB"\&.progname"\fR
    168 will be appended (e\&.g\&. log\&.smbclient, log\&.smbd, etc\&.\&.\&.)\&. The log file is never removed by the client\&.
    169 .RE
    170 .PP
    171 \-p <UDP port number>
     130\-p|\-\-port <UDP port number>
    172131.RS 4
    173132UDP port number is a positive integer value\&. This option changes the default UDP port number (normally 137) that
    174133nmbd
    175134responds to name queries on\&. Don\*(Aqt use this option unless you are an expert, in which case you won\*(Aqt need help!
     135.RE
     136.PP
     137\-\-no\-process\-group
     138.RS 4
     139Do not create a new process group for nmbd\&.
    176140.RE
    177141.SH "FILES"
     
    265229.SH "SEE ALSO"
    266230.PP
    267 
    268231\fBinetd\fR(8),
    269232\fBsmbd\fR(8),
    270233\fBsmb.conf\fR(5),
    271234\fBsmbclient\fR(1),
    272 \fBtestparm\fR(1),
    273 \fBtestprns\fR(1), and the Internet RFC\*(Aqs
     235\fBtestparm\fR(1), and the Internet RFC\*(Aqs
    274236rfc1001\&.txt,
    275237rfc1002\&.txt\&. In addition the CIFS (formerly SMB) specification is available as a link from the Web page
Note: See TracChangeset for help on using the changeset viewer.