source: branches/samba-3.2.x/docs/manpages/smbcquotas.1

Last change on this file was 340, checked in by Herwig Bauernfeind, 16 years ago

Update 3.2 to 3.2.15 (security update)

File size: 10.5 KB
RevLine 
[201]1.\" Title: smbcquotas
[231]2.\" Author: [see the "AUTHOR" section]
3.\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/>
[340]4.\" Date: 09/30/2009
[201]5.\" Manual: User Commands
6.\" Source: Samba 3.2
[231]7.\" Language: English
[201]8.\"
[340]9.TH "SMBCQUOTAS" "1" "09/30/2009" "Samba 3\&.2" "User Commands"
[231]10.\" -----------------------------------------------------------------
11.\" * (re)Define some macros
12.\" -----------------------------------------------------------------
13.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14.\" toupper - uppercase a string (locale-aware)
15.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16.de toupper
17.tr aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ
18\\$*
19.tr aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz
20..
21.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22.\" SH-xref - format a cross-reference to an SH section
23.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24.de SH-xref
25.ie n \{\
26.\}
27.toupper \\$*
28.el \{\
29\\$*
30.\}
31..
32.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33.\" SH - level-one heading that works better for non-TTY output
34.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
35.de1 SH
36.\" put an extra blank line of space above the head in non-TTY output
37.if t \{\
38.sp 1
39.\}
40.sp \\n[PD]u
41.nr an-level 1
42.set-an-margin
43.nr an-prevailing-indent \\n[IN]
44.fi
45.in \\n[an-margin]u
46.ti 0
47.HTML-TAG ".NH \\n[an-level]"
48.it 1 an-trap
49.nr an-no-space-flag 1
50.nr an-break-flag 1
51\." make the size of the head bigger
52.ps +3
53.ft B
54.ne (2v + 1u)
55.ie n \{\
56.\" if n (TTY output), use uppercase
57.toupper \\$*
58.\}
59.el \{\
60.nr an-break-flag 0
61.\" if not n (not TTY), use normal case (not uppercase)
62\\$1
63.in \\n[an-margin]u
64.ti 0
65.\" if not n (not TTY), put a border/line under subheading
66.sp -.6
67\l'\n(.lu'
68.\}
69..
70.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
71.\" SS - level-two heading that works better for non-TTY output
72.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
73.de1 SS
74.sp \\n[PD]u
75.nr an-level 1
76.set-an-margin
77.nr an-prevailing-indent \\n[IN]
78.fi
79.in \\n[IN]u
80.ti \\n[SN]u
81.it 1 an-trap
82.nr an-no-space-flag 1
83.nr an-break-flag 1
84.ps \\n[PS-SS]u
85\." make the size of the head bigger
86.ps +2
87.ft B
88.ne (2v + 1u)
89.if \\n[.$] \&\\$*
90..
91.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
92.\" BB/BE - put background/screen (filled box) around block of text
93.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
94.de BB
95.if t \{\
96.sp -.5
97.br
98.in +2n
99.ll -2n
100.gcolor red
101.di BX
102.\}
103..
104.de EB
105.if t \{\
106.if "\\$2"adjust-for-leading-newline" \{\
107.sp -1
108.\}
109.br
110.di
111.in
112.ll
113.gcolor
114.nr BW \\n(.lu-\\n(.i
115.nr BH \\n(dn+.5v
116.ne \\n(BHu+.5v
117.ie "\\$2"adjust-for-leading-newline" \{\
118\M[\\$1]\h'1n'\v'+.5v'\D'P \\n(BWu 0 0 \\n(BHu -\\n(BWu 0 0 -\\n(BHu'\M[]
119.\}
120.el \{\
121\M[\\$1]\h'1n'\v'-.5v'\D'P \\n(BWu 0 0 \\n(BHu -\\n(BWu 0 0 -\\n(BHu'\M[]
122.\}
123.in 0
124.sp -.5v
125.nf
126.BX
127.in
128.sp .5v
129.fi
130.\}
131..
132.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
133.\" BM/EM - put colored marker in margin next to block of text
134.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
135.de BM
136.if t \{\
137.br
138.ll -2n
139.gcolor red
140.di BX
141.\}
142..
143.de EM
144.if t \{\
145.br
146.di
147.ll
148.gcolor
149.nr BH \\n(dn
150.ne \\n(BHu
151\M[\\$1]\D'P -.75n 0 0 \\n(BHu -(\\n[.i]u - \\n(INu - .75n) 0 0 -\\n(BHu'\M[]
152.in 0
153.nf
154.BX
155.in
156.fi
157.\}
158..
159.\" -----------------------------------------------------------------
160.\" * set default formatting
161.\" -----------------------------------------------------------------
[201]162.\" disable hyphenation
163.nh
164.\" disable justification (adjust text to left margin only)
165.ad l
[231]166.\" -----------------------------------------------------------------
167.\" * MAIN CONTENT STARTS HERE *
168.\" -----------------------------------------------------------------
169.SH "Name"
170smbcquotas \- Set or get QUOTAs of NTFS 5 shares
171.SH "Synopsis"
172.fam C
173.HP \w'\ 'u
174\FCsmbcquotas\F[] {//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]
175.fam
[201]176.SH "DESCRIPTION"
177.PP
178This tool is part of the
179\fBsamba\fR(7)
[231]180suite\&.
[201]181.PP
182The
[231]183\FCsmbcquotas\F[]
184program manipulates NT Quotas on SMB file shares\&.
[201]185.SH "OPTIONS"
186.PP
187The following options are available to the
[231]188\FCsmbcquotas\F[]
189program\&.
[201]190.PP
191\-u user
192.RS 4
[231]193Specifies the user of whom the quotas are get or set\&. By default the current user\'s username will be used\&.
[201]194.RE
195.PP
196\-L
197.RS 4
[231]198Lists all quota records of the share\&.
[201]199.RE
200.PP
201\-F
202.RS 4
[231]203Show the share quota status and default limits\&.
[201]204.RE
205.PP
206\-S QUOTA_SET_COMMAND
207.RS 4
[231]208This command sets/modifies quotas for a user or on the share, depending on the QUOTA_SET_COMMAND parameter which is described later\&.
[201]209.RE
210.PP
211\-n
212.RS 4
[231]213This option displays all QUOTA information in numeric format\&. The default is to convert SIDs to names and QUOTA limits to a readable string format\&.
[201]214.RE
215.PP
216\-t
217.RS 4
[231]218Don\'t actually do anything, only validate the correctness of the arguments\&.
[201]219.RE
220.PP
221\-v
222.RS 4
[231]223Be verbose\&.
[201]224.RE
225.PP
226\-h|\-\-help
227.RS 4
[231]228Print a summary of command line options\&.
[201]229.RE
230.PP
231\-d|\-\-debuglevel=level
232.RS 4
233\fIlevel\fR
[231]234is an integer from 0 to 10\&. The default value if this parameter is not specified is 0\&.
[201]235.sp
[231]236The 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\&.
[201]237.sp
[231]238Levels 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\&.
[201]239.sp
240Note that specifying this parameter here will override the
[231]241\m[blue]\fBlog level\fR\m[]
[201]242parameter in the
[231]243\FCsmb\&.conf\F[]
244file\&.
[201]245.RE
246.PP
247\-V
248.RS 4
[231]249Prints the program version number\&.
[201]250.RE
251.PP
252\-s <configuration file>
253.RS 4
[231]254The 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
255\FCsmb\&.conf\F[]
256for more information\&. The default configuration file name is determined at compile time\&.
[201]257.RE
258.PP
259\-l|\-\-log\-basename=logdirectory
260.RS 4
[231]261Base directory name for log/debug files\&. The extension
262\fB"\&.progname"\fR
263will be appended (e\&.g\&. log\&.smbclient, log\&.smbd, etc\&.\&.\&.)\&. The log file is never removed by the client\&.
[201]264.RE
265.PP
266\-N
267.RS 4
[231]268If 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\&.
[201]269.sp
[231]270Unless a password is specified on the command line or this parameter is specified, the client will request a password\&.
[201]271.sp
[231]272If 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\&.
[201]273.RE
274.PP
275\-k
276.RS 4
[231]277Try to authenticate with kerberos\&. Only useful in an Active Directory environment\&.
[201]278.RE
279.PP
280\-A|\-\-authentication\-file=filename
281.RS 4
[231]282This option allows you to specify a file from which to read the username and password used in the connection\&. The format of the file is
[201]283.sp
[231]284.if n \{\
[201]285.RS 4
[231]286.\}
287.fam C
288.ps -1
[201]289.nf
[231]290.if t \{\
291.sp -1
292.\}
293.BB lightgray adjust-for-leading-newline
294.sp -1
295
[201]296username = <value>
297password = <value>
298domain = <value>
[231]299.EB lightgray adjust-for-leading-newline
300.if t \{\
301.sp 1
302.\}
[201]303.fi
[231]304.fam
305.ps +1
306.if n \{\
[201]307.RE
[231]308.\}
[201]309.sp
[231]310Make certain that the permissions on the file restrict access from unwanted users\&.
[201]311.RE
312.PP
313\-U|\-\-user=username[%password]
314.RS 4
[231]315Sets the SMB username or username and password\&.
[201]316.sp
[231]317If %password is not specified, the user will be prompted\&. The client will first check the
[201]318\fBUSER\fR
319environment variable, then the
320\fBLOGNAME\fR
[231]321variable and if either exists, the string is uppercased\&. If these environmental variables are not found, the username
[201]322\fBGUEST\fR
[231]323is used\&.
[201]324.sp
[231]325A 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 the
[201]326\fI\-A\fR
[231]327for more details\&.
[201]328.sp
[231]329Be cautious about including passwords in scripts\&. Also, on many systems the command line of a running process may be seen via the
330\FCps\F[]
331command\&. To be safe always allow
332\FCrpcclient\F[]
333to prompt for a password and type it in directly\&.
[201]334.RE
335.SH "QUOTA_SET_COMAND"
336.PP
[231]337The format of an the QUOTA_SET_COMMAND is an operation name followed by a set of parameters specific to that operation\&.
[201]338.PP
339To set user quotas for the user specified by \-u or for the current username:
340.PP
341\fB UQLIM:<username>:<softlimit>/<hardlimit> \fR
342.PP
343To set the default quotas for a share:
344.PP
345\fB FSQLIM:<softlimit>/<hardlimit> \fR
346.PP
347To change the share quota settings:
348.PP
349\fB FSQFLAGS:QUOTA_ENABLED/DENY_DISK/LOG_SOFTLIMIT/LOG_HARD_LIMIT \fR
350.PP
[231]351All limits are specified as a number of bytes\&.
[201]352.SH "EXIT STATUS"
353.PP
354The
[231]355\FCsmbcquotas\F[]
356program sets the exit status depending on the success or otherwise of the operations performed\&. The exit status may be one of the following values\&.
[201]357.PP
[231]358If the operation succeeded, smbcquotas returns an exit status of 0\&. If
359\FCsmbcquotas\F[]
360couldn\'t connect to the specified server, or when there was an error getting or setting the quota(s), an exit status of 1 is returned\&. If there was an error parsing any command line arguments, an exit status of 2 is returned\&.
[201]361.SH "VERSION"
362.PP
[231]363This man page is correct for version 3 of the Samba suite\&.
[201]364.SH "AUTHOR"
365.PP
[231]366The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&.
[201]367.PP
[231]368\FCsmbcquotas\F[]
369was written by Stefan Metzmacher\&.
Note: See TracBrowser for help on using the repository browser.