1 :Info: move_quota: mq: 2020-01-22 move_quota, mq
2
3 Syntax as a command: mq path1 quota_change1 ... pathN quota_changeN
4
5
6 Function: moves storage quota between two directories, one immediately
7 inferior to the other.
8
9
10 Arguments:
11 pathN
12 pathname of a directory; -wd or -wdir can be used. The star
13 convention CANNOT be used.
14 quota_changeN
15 number of records to be moved between the containing directory
16 quota and the pathN quota. The argument can be either positive or
17 negative. If positive, quota is moved from the containing
18 directory to pathN; if negative, the move is from pathN to the
19 containing directory.
20
21
22 Access required: The user must have modify permission on both the
23 directory specified by pathN and its containing directory.
24
25
26 :Internal: history_comment.gi: 2020-01-22 history_comment
27
28
29 /****^ HISTORY COMMENTS:
30 1) change2020-01-22Swenson, approve2020-01-22MCR10077,
31 audit2020-02-01GDixon:
32 Remove garbage from end of file fix bit count.
33 END HISTORY COMMENTS */