# repquota

报表的格式输出磁盘空间限制的状态

## 补充说明

**repquota命令** 以报表的格式输出指定分区，或者文件系统的磁盘配额信息。

### 语法

```
repquota(选项)(参数)
```

### 选项

```
-a：列出在/etc/fstab文件里，有加入quota设置的分区的使用状况，包括用户和群组；
-g：列出所有群组的磁盘空间限制；
-u：列出所有用户的磁盘空间限制；
-v：显示该用户或群组的所有空间限制。
```

### 参数

文件系统：要打印报表的文件系统或者对应的设备文件名。

### 实例

显示所有文件系统的磁盘使用情况

```
repquota -a
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hezhiqiang.gitbook.io/linux/ming-ling/repquota.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
