Check your home directory quota and usage

The quota -s command can be used to check your quota. space and files show what is actually used, while quota, limit and grace fields refer to the limits that have been set by the system administrator. For example, user abc123 below:

$ quota -s
Disk quotas for user abc123 (uid 412345): 
     Filesystem   space   quota   limit   grace   files   quota   limit   grace
storserv05:/mnt/nfs/software
                 18800M  81920M  82944M           72907       0       0        

Check your project quota and usage

The lfs quota -s command can be used to check your project's group quota. used and files show what is actually used, while quota, limit and grace fields refer to the limits that have been set by the system administrator. . For example, group1 below:

$ lfs quota -h -g group1
Disk quotas for grp group1 (gid 212121):
      Filesystem    used   quota   limit   grace   files   quota   limit   grace
       /nobackup  13.74G   1000G  1.074T       -   68218       0       0       -


Back to FAQ