System Administration Guide: Advanced Administration

Example—Checking Quotas on a File System

The following example shows output from the repquota command on a system that has quotas enabled on only one file system (/export/home).


# repquota -va
/dev/dsk/c0t3d0s7 (/export/home):
                  Block limits              File limits
User      used   soft   hard  timeleft  used  soft   hard  timeleft
#301  --            0      1   2.0 days         0      2      3  
#341  --    57     50     60   7.0 days  2      90    100  

Block limits

 

used

Is the current block usage. 

soft

Is the soft block limit. 

hard

Is the hard block limit. 

timeleft

Is the amount of time (in days) left on the quota timer. 

File limits

 

used

Is the current inode usage. 

soft

Is the soft inode limit. 

hard

Is the hard inode limit. 

timeleft

Is the amount of time (in days) left on the quota timer.