Changeset 988 for vendor/current/docs/manpages/smbcquotas.1
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs/manpages/smbcquotas.1
r860 r988 2 2 .\" Title: smbcquotas 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 "SMBCQUOTAS" "1" "0 9/18/2013" "Samba 3\&.6" "User Commands"10 .TH "SMBCQUOTAS" "1" "05/02/2016" "Samba 4\&.4" "User Commands" 11 11 .\" ----------------------------------------------------------------- 12 12 .\" * Define some portability stuff … … 32 32 .SH "SYNOPSIS" 33 33 .HP \w'\ 'u 34 smbcquotas {//server/share} [\-u \ user] [\-L] [\-F] [\-S\ QUOTA_SET_COMMAND] [\-n] [\-t] [\-v] [\-d\ debuglevel] [\-s\ configfile] [\-l\ logdir] [\-V] [\-U\ username] [\-N] [\-k] [\-A]34 smbcquotas {//server/share} [\-u|\-\-user\ user] [\-L|\-\-list] [\-F|\-\-fs] [\-S|\-\-set\ QUOTA_SET_COMMAND] [\-n|\-\-numeric] [\-t|\-\-test\-args] [\-v|\-\-verbose] [\-d\ debuglevel] [\-s\ configfile] [\-l\ logdir] [\-V] [\-U\ username] [\-N] [\-k] [\-A] 35 35 .SH "DESCRIPTION" 36 36 .PP … … 48 48 program\&. 49 49 .PP 50 \-u user50 \-u|\-\-user user 51 51 .RS 4 52 52 Specifies the user of whom the quotas are get or set\&. By default the current user\*(Aqs username will be used\&. 53 53 .RE 54 54 .PP 55 \-L 55 \-L|\-\-list 56 56 .RS 4 57 57 Lists all quota records of the share\&. 58 58 .RE 59 59 .PP 60 \-F 60 \-F|\-\-fs 61 61 .RS 4 62 62 Show the share quota status and default limits\&. 63 63 .RE 64 64 .PP 65 \-S QUOTA_SET_COMMAND65 \-S|\-\-set QUOTA_SET_COMMAND 66 66 .RS 4 67 67 This command sets/modifies quotas for a user or on the share, depending on the QUOTA_SET_COMMAND parameter which is described later\&. 68 68 .RE 69 69 .PP 70 \-n 70 \-n|\-\-numeric 71 71 .RS 4 72 72 This option displays all QUOTA information in numeric format\&. The default is to convert SIDs to names and QUOTA limits to a readable string format\&. 73 73 .RE 74 74 .PP 75 \-t 75 \-t|\-\-test\-args 76 76 .RS 4 77 77 Don\*(Aqt actually do anything, only validate the correctness of the arguments\&. 78 78 .RE 79 79 .PP 80 \-v 80 \-v|\-\-verbose 81 81 .RS 4 82 82 Be verbose\&. 83 .RE84 .PP85 \-h|\-\-help86 .RS 487 Print a summary of command line options\&.88 .RE89 .PP90 \-d|\-\-debuglevel=level91 .RS 492 \fIlevel\fR93 is an integer from 0 to 10\&. The default value if this parameter is not specified is 0\&.94 .sp95 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\&.96 .sp97 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\&.98 .sp99 Note that specifying this parameter here will override the100 \m[blue]\fBlog level\fR\m[]101 parameter in the102 smb\&.conf103 file\&.104 .RE105 .PP106 \-V|\-\-version107 .RS 4108 Prints the program version number\&.109 .RE110 .PP111 \-s|\-\-configfile <configuration file>112 .RS 4113 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\&. See114 smb\&.conf115 for more information\&. The default configuration file name is determined at compile time\&.116 .RE117 .PP118 \-l|\-\-log\-basename=logdirectory119 .RS 4120 Base directory name for log/debug files\&. The extension121 \fB"\&.progname"\fR122 will be appended (e\&.g\&. log\&.smbclient, log\&.smbd, etc\&.\&.\&.)\&. The log file is never removed by the client\&.123 .RE124 .PP125 \-N|\-\-no\-pass126 .RS 4127 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\&.128 .sp129 Unless a password is specified on the command line or this parameter is specified, the client will request a password\&.130 .sp131 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\&.132 .RE133 .PP134 \-k|\-\-kerberos135 .RS 4136 Try to authenticate with kerberos\&. Only useful in an Active Directory environment\&.137 .RE138 .PP139 \-C|\-\-use\-ccache140 .RS 4141 Try to use the credentials cached by winbind\&.142 .RE143 .PP144 \-A|\-\-authentication\-file=filename145 .RS 4146 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 is147 .sp148 .if n \{\149 .RS 4150 .\}151 .nf152 username = <value>153 password = <value>154 domain = <value>155 .fi156 .if n \{\157 .RE158 .\}159 .sp160 Make certain that the permissions on the file restrict access from unwanted users\&.161 .RE162 .PP163 \-U|\-\-user=username[%password]164 .RS 4165 Sets the SMB username or username and password\&.166 .sp167 If %password is not specified, the user will be prompted\&. The client will first check the168 \fBUSER\fR169 environment variable, then the170 \fBLOGNAME\fR171 variable and if either exists, the string is uppercased\&. If these environmental variables are not found, the username172 \fBGUEST\fR173 is used\&.174 .sp175 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 the176 \fI\-A\fR177 for more details\&.178 .sp179 Be cautious about including passwords in scripts\&. Also, on many systems the command line of a running process may be seen via the180 ps181 command\&. To be safe always allow182 rpcclient183 to prompt for a password and type it in directly\&.184 83 .RE 185 84 .SH "QUOTA_SET_COMMAND"
Note:
See TracChangeset
for help on using the changeset viewer.