Library /sys$common/syshlp/DISKQUOTA.HLB  —  ADD
  Add a record to a quota file.

  FORMAT:
   ADD <uic> </PERMQUOTA=n> </OVERDRAFT=n>

1    /OVERDRAFT

  This qualifer allows the user to specify how many blocks
  (decimal) that a user with a given UIC may use on a given
  volume, OVER AND ABOVE the user's PERMQUOTA limit.  If
  this qualifier is not present or no value is specified, the
  PERMQUOTA value of the default record [0,0] is used.

  EXAMPLE:
   ADD [11,17] /OVERDRAFT=200

  This will add a quota record to a volume allowing the user
  with UIC = [11,17] an overdraft of 200 blocks and a permanent
  quota of the default value.

2    /PERMQUOTA

  This qualifier allows the user to specify how many blocks
  (decimal) that a user with a given UIC may use on given volume.
  this qualifier is not present or no value is specified, the
  OVERDRAFT value of the default record [0,0] is used.

  EXAMPLE:
   ADD [11,17] /PERMQUOTA=25000

  This will add a quota record to a volume allowing the user with
  UIC = [11,17] 25000 blocks of storage and an overdraft limit
  equal to the default.
Close Help