1 02/26/85 move_dir_quota
 2 
 3 Syntax as a command:  move_dir_quota path1 quota_change1 ...  {pathN
 4 quota_changeN}
 5 
 6 
 7 Function:  allows a user to move records of directory quota between two
 8 directories, one immediately inferior to the other.
 9 
10 
11 Arguments:
12 pathi
13    is the pathname of a directory.  The quota change takes place
14    between this directory and its containing directory.  A pathi of -wd
15    or -wdir specifies the working directory.  The star convention
16    cannot be used.
17 quota_changei
18    is the number of records to be subtracted from the containing
19    directory's directory quota and added to the directory quota on
20    pathi.  If this number is negative, records are added to the
21    containing directory's directory quota and subtracted from the
22    directory quota on pathi.
23 
24 
25 Access required:  The user must have modify permission on both the
26 directory specified by pathi and its containing directory.
27 
28 
29 Notes:  After the change, the directory quota must be greater than or
30 equal to the number of records used by directories in pathi unless the
31 change would make the quota zero.
32 
33 If the change would make the directory quota on pathi zero, there must
34 be no immediately inferior directory with nonzero quota.  When the
35 directory quota is changed to zero, the records used and the
36 time-record product for pathi is reflected up to the superior
37 directory.