Changeset 988 for vendor/current/docs/manpages/smbd.8
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs/manpages/smbd.8
r860 r988 2 2 .\" Title: smbd 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 "SMBD" "8" "0 9/18/2013" "Samba 3\&.6" "System Administration tools"10 .TH "SMBD" "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 smbd [\-D ] [\-F] [\-S] [\-i] [\-h] [\-V] [\-b] [\-d\ <debug\ level>] [\-l\ <log\ directory>] [\-p\ <port\ number(s)>] [\-P\ <profiling\ level>] [\-O\ <socket\ option>] [\-s\ <configuration\ file>]34 smbd [\-D|\-\-daemon] [\-F|\-\-foreground] [\-S|\-\-log\-stdout] [\-i|\-\-interactive] [\-V] [\-b|\-\-build\-options] [\-d\ <debug\ level>] [\-l|\-\-log\-basename\ <log\ directory>] [\-p\ <port\ number(s)>] [\-P\ <profiling\ level>] [\-s\ <configuration\ file>] [\-\-no\-process\-group] 35 35 .SH "DESCRIPTION" 36 36 .PP … … 56 56 .SH "OPTIONS" 57 57 .PP 58 \-D 58 \-D|\-\-daemon 59 59 .RS 4 60 60 If specified, this parameter causes the server to operate as a daemon\&. That is, it detaches itself and runs in the background, fielding requests on the appropriate port\&. Operating the server as a daemon is the recommended way of running … … 65 65 .RE 66 66 .PP 67 \-F 67 \-F|\-\-foreground 68 68 .RS 4 69 69 If specified, this parameter causes the main … … 80 80 .RE 81 81 .PP 82 \-S 82 \-S|\-\-log\-stdout 83 83 .RS 4 84 84 If specified, this parameter causes … … 87 87 .RE 88 88 .PP 89 \-i 89 \-i|\-\-interactive 90 90 .RS 4 91 91 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\&. 92 92 smbd 93 also logsto standard output, as if the93 will only accept one connection and terminate\&. It will also log to standard output, as if the 94 94 \-S 95 95 parameter had been given\&. 96 96 .RE 97 97 .PP 98 \-d|\-\-debuglevel=level 99 .RS 4 100 \fIlevel\fR 101 is an integer from 0 to 10\&. The default value if this parameter is not specified is 0\&. 102 .sp 103 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\&. 104 .sp 105 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\&. 106 .sp 107 Note that specifying this parameter here will override the 108 \m[blue]\fBlog level\fR\m[] 109 parameter in the 110 smb\&.conf 111 file\&. 112 .RE 113 .PP 114 \-V|\-\-version 115 .RS 4 116 Prints the program version number\&. 117 .RE 118 .PP 119 \-s|\-\-configfile <configuration file> 120 .RS 4 121 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 122 smb\&.conf 123 for more information\&. The default configuration file name is determined at compile time\&. 124 .RE 125 .PP 126 \-l|\-\-log\-basename=logdirectory 127 .RS 4 128 Base directory name for log/debug files\&. The extension 129 \fB"\&.progname"\fR 130 will be appended (e\&.g\&. log\&.smbclient, log\&.smbd, etc\&.\&.\&.)\&. The log file is never removed by the client\&. 131 .RE 132 .PP 133 \-h|\-\-help 134 .RS 4 135 Print a summary of command line options\&. 136 .RE 137 .PP 138 \-b 98 \-\-no\-process\-group 99 .RS 4 100 Do not create a new process group for smbd\&. 101 .RE 102 .PP 103 \-b|\-\-build\-options 139 104 .RS 4 140 105 Prints information about how Samba was built\&. … … 147 112 \m[blue]\fBports\fR\m[] 148 113 parameter in 149 smb\&.conf150 114 .sp 151 115 The default ports are 139 (used for SMB over NetBIOS over TCP) and port 445 (used for plain SMB over TCP)\&. … … 208 172 .PP 209 173 Samba uses PAM for authentication (when presented with a plaintext password), for account checking (is this account disabled?) and for session management\&. The degree too which samba supports PAM is restricted by the limitations of the SMB protocol and the 210 \m[blue]\fBobey pam restrictions\fR\m[] 211 \fBsmb.conf\fR(5) 174 \m[blue]\fBobey pam restrictions\fR\m[]\fBsmb.conf\fR(5) 212 175 parameter\&. When this is set, the following restrictions apply: 213 176 .sp … … 265 228 .RE 266 229 .PP 267 connections\&.tdb 230 gencache\&.tdb 231 .RS 4 232 generic caching db 233 .RE 234 .PP 235 group_mapping\&.tdb* 236 .RS 4 237 group mapping information 238 .RE 239 .PP 240 locking\&.tdb 241 .RS 4 242 share modes & oplocks 243 .RE 244 .PP 245 login_cache\&.tdb* 246 .RS 4 247 bad pw attempts 248 .RE 249 .PP 250 messages\&.tdb 251 .RS 4 252 Samba messaging system 253 .RE 254 .PP 255 netsamlogon_cache\&.tdb* 256 .RS 4 257 cache of user net_info_3 struct from net_samlogon() request (as a domain member) 258 .RE 259 .PP 260 ntdrivers\&.tdb* 261 .RS 4 262 installed printer drivers 263 .RE 264 .PP 265 ntforms\&.tdb* 266 .RS 4 267 installed printer forms 268 .RE 269 .PP 270 ntprinters\&.tdb* 271 .RS 4 272 installed printer information 273 .RE 274 .PP 275 printing/ 276 .RS 4 277 directory containing tdb per print queue of cached lpq output 278 .RE 279 .PP 280 registry\&.tdb 281 .RS 4 282 Windows registry skeleton (connect via regedit\&.exe) 283 .RE 284 .PP 285 smbXsrv_session_global\&.tdb 286 .RS 4 287 session information (e\&.g\&. support for \*(Aqutmp = yes\*(Aq) 288 .RE 289 .PP 290 smbXsrv_tcon_global\&.tdb 268 291 .RS 4 269 292 share connections (used to enforce max connections, etc\&.\&.\&.) 270 293 .RE 271 294 .PP 272 gencache\&.tdb 273 .RS 4 274 generic caching db 275 .RE 276 .PP 277 group_mapping\&.tdb* 278 .RS 4 279 group mapping information 280 .RE 281 .PP 282 locking\&.tdb 283 .RS 4 284 share modes & oplocks 285 .RE 286 .PP 287 login_cache\&.tdb* 288 .RS 4 289 bad pw attempts 290 .RE 291 .PP 292 messages\&.tdb 293 .RS 4 294 Samba messaging system 295 .RE 296 .PP 297 netsamlogon_cache\&.tdb* 298 .RS 4 299 cache of user net_info_3 struct from net_samlogon() request (as a domain member) 300 .RE 301 .PP 302 ntdrivers\&.tdb* 303 .RS 4 304 installed printer drivers 305 .RE 306 .PP 307 ntforms\&.tdb* 308 .RS 4 309 installed printer forms 310 .RE 311 .PP 312 ntprinters\&.tdb* 313 .RS 4 314 installed printer information 315 .RE 316 .PP 317 printing/ 318 .RS 4 319 directory containing tdb per print queue of cached lpq output 320 .RE 321 .PP 322 registry\&.tdb 323 .RS 4 324 Windows registry skeleton (connect via regedit\&.exe) 325 .RE 326 .PP 327 sessionid\&.tdb 328 .RS 4 329 session information (e\&.g\&. support for \*(Aqutmp = yes\*(Aq) 295 smbXsrv_open_global\&.tdb 296 .RS 4 297 open file handles (used durable handles, etc\&.\&.\&.) 330 298 .RE 331 299 .PP … … 360 328 smbd 361 329 process it is recommended that 362 SIGKILL (\-9) 363 \fINOT\fR 330 SIGKILL (\-9)\fINOT\fR 364 331 be used, except as a last resort, as this may leave the shared memory area in an inconsistent state\&. The safe way to terminate an 365 332 smbd … … 383 350 \fBsmb.conf\fR(5), 384 351 \fBsmbclient\fR(1), 385 \fBtestparm\fR(1), 386 \fBtestprns\fR(1), and the Internet RFC\*(Aqs 352 \fBtestparm\fR(1), and the Internet RFC\*(Aqs 387 353 rfc1001\&.txt, 388 354 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.