Go to main content

手册页部分 8:系统管理命令

退出打印视图

更新时间: 2022年7月27日 星期三
 
 

repquota(8)

名称

repquota - summarize quotas for a UFS file system

用法概要

repquota [-v] filesystem...
repquota -a [-v]

描述

repquota prints a summary of the disk usage and quotas for the specified UFS file systems. The current number of files and amount of space (in kilobytes) is printed for each user along with any quotas created with edquota(8).

The filesystem must have the file quotas in its root directory, and the repquota must be run by a user with read access to the quotas file, which is normally restricted to root.

选项

The following options are supported:

–a

Report on all mounted UFS file systems that have rq in the mntopts field of the /etc/vfstab file.

–v

Report quotas for all user IDs, even those who do not consume resources.

属性

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/file-system/ufs

另请参见

quotactl(4I), attributes(7), edquota(8), quota(8), quotacheck(8), quotaon(8)