1 02/26/85 priv_move_quota
 2 
 3 Syntax as a command:  priv_move_quota path1 quota_change1 {...  pathN
 4 quota_changeN}
 5 
 6 
 7 Function:  moves records of quota between two directories (one
 8 immediately inferior to the other) regardless of the authorization of
 9 the process.
10 
11 This command is identical to the standard move_quota command except
12 that directory system privileges are turned on while quota is being
13 moved.  The priv_move_quota command is needed only if the site is using
14 the AIM access controls.
15 
16 
17 Arguments:
18 pathi
19    is the pathname of a directory branch.  The quota change takes place
20    between this branch and its containing directory.  The working
21    directory may be specified by -wd.  The star convention may not be
22    used.
23 quota_changei
24    is the number of storage records to be subtracted from the
25    containing directory quota and added to the quota on pathi.  If this
26    number is negative, the number of records is added to the containing
27    directory quota and subtracted from the quota on pathi.
28 
29 
30 Access required:  The user must have "re" access to system_privilege_
31 gate and must have modify permission specified on the ACL of both pathi
32 and its containing directory.