Changeset 988 for vendor/current/docs/manpages/smbtree.1
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs/manpages/smbtree.1
r860 r988 2 2 .\" Title: smbtree 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 "SMBTREE" "1" "0 9/18/2013" "Samba 3\&.6" "User Commands"10 .TH "SMBTREE" "1" "05/02/2016" "Samba 4\&.4" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * Define some portability stuff … … 57 57 Only print a list of all the domains and servers responding on broadcast or known by the master browser\&. 58 58 .RE 59 .PP60 \-d|\-\-debuglevel=level61 .RS 462 \fIlevel\fR63 is an integer from 0 to 10\&. The default value if this parameter is not specified is 0\&.64 .sp65 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\&.66 .sp67 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\&.68 .sp69 Note that specifying this parameter here will override the70 \m[blue]\fBlog level\fR\m[]71 parameter in the72 smb\&.conf73 file\&.74 .RE75 .PP76 \-V|\-\-version77 .RS 478 Prints the program version number\&.79 .RE80 .PP81 \-s|\-\-configfile <configuration file>82 .RS 483 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\&. See84 smb\&.conf85 for more information\&. The default configuration file name is determined at compile time\&.86 .RE87 .PP88 \-l|\-\-log\-basename=logdirectory89 .RS 490 Base directory name for log/debug files\&. The extension91 \fB"\&.progname"\fR92 will be appended (e\&.g\&. log\&.smbclient, log\&.smbd, etc\&.\&.\&.)\&. The log file is never removed by the client\&.93 .RE94 .PP95 \-N|\-\-no\-pass96 .RS 497 If specified, this parameter suppresses the normal password prompt from the client to the user\&. This is useful when accessing a service that does not require a password\&.98 .sp99 Unless a password is specified on the command line or this parameter is specified, the client will request a password\&.100 .sp101 If a password is specified on the command line and this option is also defined the password on the command line will be silently ingnored and no password will be used\&.102 .RE103 .PP104 \-k|\-\-kerberos105 .RS 4106 Try to authenticate with kerberos\&. Only useful in an Active Directory environment\&.107 .RE108 .PP109 \-C|\-\-use\-ccache110 .RS 4111 Try to use the credentials cached by winbind\&.112 .RE113 .PP114 \-A|\-\-authentication\-file=filename115 .RS 4116 This option allows you to specify a file from which to read the username and password used in the connection\&. The format of the file is117 .sp118 .if n \{\119 .RS 4120 .\}121 .nf122 username = <value>123 password = <value>124 domain = <value>125 .fi126 .if n \{\127 .RE128 .\}129 .sp130 Make certain that the permissions on the file restrict access from unwanted users\&.131 .RE132 .PP133 \-U|\-\-user=username[%password]134 .RS 4135 Sets the SMB username or username and password\&.136 .sp137 If %password is not specified, the user will be prompted\&. The client will first check the138 \fBUSER\fR139 environment variable, then the140 \fBLOGNAME\fR141 variable and if either exists, the string is uppercased\&. If these environmental variables are not found, the username142 \fBGUEST\fR143 is used\&.144 .sp145 A third option is to use a credentials file which contains the plaintext of the username and password\&. This option is mainly provided for scripts where the admin does not wish to pass the credentials on the command line or via environment variables\&. If this method is used, make certain that the permissions on the file restrict access from unwanted users\&. See the146 \fI\-A\fR147 for more details\&.148 .sp149 Be cautious about including passwords in scripts\&. Also, on many systems the command line of a running process may be seen via the150 ps151 command\&. To be safe always allow152 rpcclient153 to prompt for a password and type it in directly\&.154 .RE155 .PP156 \-h|\-\-help157 .RS 4158 Print a summary of command line options\&.159 .RE160 59 .SH "VERSION" 161 60 .PP
Note:
See TracChangeset
for help on using the changeset viewer.