1 02/27/85  set_quota, sq
 2 
 3 Syntax as a command:  sq path1 quota1 {...  pathN quotaN}
 4 
 5 
 6 Function:  sets the segment record quota of a specified directory,
 7 without affecting, or being limited by, the quota of the superior
 8 directory.
 9 
10 
11 Arguments:
12 pathi
13    is the name of the directory on which the quota is to be set.  The
14    active function wd can be used to specify the working directory.
15 quotai
16    is the quota in 1024 word records to be set on the directory.
17 
18 
19 Access required:  The user must have access to the highly privileged
20 gate hphcs_ to use this command.
21 
22 
23 Notes:  No permission in the directory whose quota is being set is
24 required to use this command.  It is not necessary that the new quota
25 be greater than the current number of records being used by this
26 directory.  This command causes the directory to have a terminal quota
27 even if it is set to zero.  This command does not cause the inferior
28 counts of the superior directory to be updated.  It is recommended that
29 the set_quota command be used only on the root, and that quota be
30 transferred to inferior directories using the move_quota command.