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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>gfuser</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="gfuser">
<a name="gfuser.1"></a><div class="titlepage"></div>
<div class="refnamediv">
<a name="name"></a><h2>Name</h2>
<p>gfuser — Gfarm user maintenance command</p>
</div>
<div class="refsynopsisdiv" title="Synopsis">
<a name="synopsis"></a><h2>Synopsis</h2>
<div class="cmdsynopsis"><p><code class="command">gfuser</code> [-P <em class="replaceable"><code>path</code></em>] [-l] [<em class="replaceable"><code>user</code></em>...]</p></div>
<div class="cmdsynopsis"><p><code class="command">gfuser</code> [-P <em class="replaceable"><code>path</code></em>] -c username realname homedir gsi_dn </p></div>
<div class="cmdsynopsis"><p><code class="command">gfuser</code> [-P <em class="replaceable"><code>path</code></em>] -m username realname homedir gsi_dn </p></div>
<div class="cmdsynopsis"><p><code class="command">gfuser</code> [-P <em class="replaceable"><code>path</code></em>] -d username </p></div>
</div>
<div class="refsect1" title="DESCRIPTION">
<a name="description"></a><h2>DESCRIPTION</h2>
<p>
<span class="command"><strong>gfuser</strong></span> manages Gfarm global users in Gfarm file
system. Default action displays all registered users. When user
names are specified, specified users are displayed. Gfarm
administrator can creates, modifies, and deletes a Gfarm user by -c,
-m, and -d options, respectively.
</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">-P</code> <em class="parameter"><code>path</code></em></span></dt>
<dd><p>
This option specifies a pathname or a Gfarm URL to identify
a metadata server which will be accessed by this command.
If not specified, "/" is used as the default value.
</p></dd>
<dt><span class="term"><code class="option">-l</code></span></dt>
<dd><p>Displays verbose information of registered users.</p></dd>
<dt><span class="term"><code class="option">-c</code></span></dt>
<dd><p>
Creates a user by specifying a global username in Gfarm file system,
a real username, a home directory in Gfarm, and a Subject DN used in
GSI. When the real username or the Subject DN includes spaces, it is
needed to be quoted. This option can be used by Gfarm administrators.
</p></dd>
<dt><span class="term"><code class="option">-m</code></span></dt>
<dd><p>
Replaces a user information of the specified global user with
specified real name, home directory and Subject DN. This option can
be used by Gfarm administrators.
</p></dd>
<dt><span class="term"><code class="option">-d</code></span></dt>
<dd><p>
Deletes a registered user. This option can be used by Gfarm
administrators.
</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">gfgroup</span>(1)</span>
</p>
</div>
</div></body>
</html>
|