Changeset 988 for vendor/current/docs/manpages/nmbd.8
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs/manpages/nmbd.8
r860 r988 2 2 .\" Title: nmbd 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: System Administration tools 7 .\" Source: Samba 3.67 .\" Source: Samba 4.4 8 8 .\" Language: English 9 9 .\" 10 .TH "NMBD" "8" "0 9/18/2013" "Samba 3\&.6" "System Administration tools"10 .TH "NMBD" "8" "05/02/2016" "Samba 4\&.4" "System Administration tools" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * Define some portability stuff … … 32 32 .SH "SYNOPSIS" 33 33 .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>]34 nmbd [\-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] 35 35 .SH "DESCRIPTION" 36 36 .PP … … 48 48 will 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 49 49 \m[blue]\fBnetbios name\fR\m[] 50 in 51 smb\&.conf\&. Thus 50 in \&. Thus 52 51 nmbd 53 52 will reply to broadcast queries for its own name(s)\&. Additional names for … … 65 64 .SH "OPTIONS" 66 65 .PP 67 \-D 66 \-D|\-\-daemon 68 67 .RS 4 69 68 If specified, this parameter causes … … 76 75 .RE 77 76 .PP 78 \-F 77 \-F|\-\-foreground 79 78 .RS 4 80 79 If specified, this parameter causes the main … … 91 90 .RE 92 91 .PP 93 \-S 92 \-S|\-\-log\-stdout 94 93 .RS 4 95 94 If specified, this parameter causes … … 98 97 .RE 99 98 .PP 100 \-i 99 \-i|\-\-interactive 101 100 .RS 4 102 101 If 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\&. … … 107 106 .RE 108 107 .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> 115 109 .RS 4 116 110 NetBIOS 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 … … 134 128 .RE 135 129 .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> 172 131 .RS 4 173 132 UDP port number is a positive integer value\&. This option changes the default UDP port number (normally 137) that 174 133 nmbd 175 134 responds 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 139 Do not create a new process group for nmbd\&. 176 140 .RE 177 141 .SH "FILES" … … 265 229 .SH "SEE ALSO" 266 230 .PP 267 268 231 \fBinetd\fR(8), 269 232 \fBsmbd\fR(8), 270 233 \fBsmb.conf\fR(5), 271 234 \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 274 236 rfc1001\&.txt, 275 237 rfc1002\&.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.