You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
649 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

repquota
===
报表的格式输出磁盘空间限制的状态
## 说明
**repquota命令** 以报表的格式输出指定分区,或者文件系统的磁盘配额信息
## 选项
```
repquota(选项)(参数)
```
```
-a列出在/etc/fstab文件里有加入quota设置的分区的使用状况包括用户和群组
-g列出所有群组的磁盘空间限制
-u列出所有用户的磁盘空间限制
-v显示该用户或群组的所有空间限制
```
### 参数
文件系统:要打印报表的文件系统或者对应的设备文件名
## 实例
显示所有文件系统的磁盘使用情况
```
repquota -a
```