Quota

Discussion in 'Technical' started by myles, May 19, 2005.

  1. myles

    myles New Member

    How can I get a list of quotas assigned to my users and groups and of the space used by them?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Code:
    repquota -avug
    shows a list for both users and groups.

    Code:
    repquota -au
    shows a list for users,

    Code:
    repquota -ag
    a list for groups.
     

Share This Page