uTools-Manuals/docs/linux/repquota.html

18 lines
1015 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1 id="repquota">repquota</h1>
<p>报表的格式输出磁盘空间限制的状态</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>repquota命令</strong> 以报表的格式输出指定分区,或者文件系统的磁盘配额信息。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">repquota(选项)(参数)</code></pre>
<h3 id="选项">选项</h3>
<pre><code class="language-bash">-a列出在/etc/fstab文件里有加入quota设置的分区的使用状况包括用户和群组
-g列出所有群组的磁盘空间限制
-u列出所有用户的磁盘空间限制
-v显示该用户或群组的所有空间限制。</code></pre>
<h3 id="参数">参数</h3>
<p>文件系统:要打印报表的文件系统或者对应的设备文件名。</p>
<h3 id="实例">实例</h3>
<p>显示所有文件系统的磁盘使用情况</p>
<pre><code class="language-bash">repquota -a</code></pre>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->