1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>gfusage</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" title="gfusage">
<a name="gfusage.1"></a><div class="titlepage"></div>
<div class="refnamediv">
<a name="name"></a><h2>Name</h2>
<p>gfusage — display the current usage</p>
</div>
<div class="refsynopsisdiv" title="Synopsis">
<a name="synopsis"></a><h2>Synopsis</h2>
<div class="cmdsynopsis"><p><code class="command">gfusage</code> [options] [name]</p></div>
</div>
<div class="refsect1" title="DESCRIPTION">
<a name="description"></a><h2>DESCRIPTION</h2>
<p><span class="command"><strong>gfusage</strong></span> displays the current usage for users
or groups. If <em class="parameter"><code>name</code></em> is specified, it displays
only the specified user or group. With the -g option, it displays the
current usage for groups. The current usage is available for users or
groups after building a table of the current usage
by <span class="command"><strong>gfedquota</strong></span> and
<span class="command"><strong>gfquotacheck</strong></span>.</p>
</div>
<div class="refsect1" title="OPTIONS">
<a name="options"></a><h2>OPTIONS</h2>
<div class="variablelist"><dl>
<dt><span class="term"><code class="option">-g</code></span></dt>
<dd><p>Displays the current usage for groups.</p></dd>
<dt><span class="term"><code class="option">-h</code></span></dt>
<dd><p>Displays numbers in human readable format by adding a prefix multiplier
symbol like "M" (mega). Since this option uses powers of 1024,
"M" means 1,048,576.</p></dd>
<dt><span class="term"><code class="option">-H</code></span></dt>
<dd><p>Displays numbers in human readable format by adding a prefix multiplier
symbol like "M" (mega). Since this option uses powers of 1000,
"M" means 1,000,000.</p></dd>
<dt><span class="term"><code class="option">-?</code></span></dt>
<dd><p>Displays a list of command options.</p></dd>
</dl></div>
</div>
<div class="refsect1" title="SEE ALSO">
<a name="see-also"></a><h2>SEE ALSO</h2>
<p>
<span class="citerefentry"><span class="refentrytitle">gfdf</span>(1)</span>,
<span class="citerefentry"><span class="refentrytitle">gfquota</span>(1)</span>
</p>
</div>
</div></body>
</html>
|