1 02/22/85 set_mdir_quota, smdq
2
3 Syntax as a command: smdq path1 change1...pathN changeN
4
5
6 Function: sets the quota on a master directory see the Programmer's
7 Reference Manual.
8
9
10 Arguments:
11 pathi
12 is the pathname of a master directory whose quota is to be changed.
13 changei
14 is the amount of quota, or the amount of quota change; you can
15 specify it as follows:
16 +n add n records of quota to pathi
17 -n subtract n records of quota from pathi
18 n set the quota on pathi to n records
19
20
21 Access required: You must have m permission on the master directory
22 and must be the owner of the master directory, be a volume
23 administrator, or have the same quota account as the master directory.
24
25
26 Notes: If the quota is being increased, the master directory's quota
27 account must have sufficient volume quota to satisfy the request.
28
29 The quota of a master directory can never be zero, and it can never be
30 set less than the current number of records being charged against the
31 master directory.