Document the -r, --system option.

This commit is contained in:
nekral-guest
2008-05-19 19:43:24 +00:00
parent 243809af3a
commit 300f7416c4
3 changed files with 25 additions and 0 deletions

View File

@@ -281,6 +281,24 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-r</option>, <option>--system</option>
</term>
<listitem>
<para>
Create a system account.
</para>
<para>
System users will be created with no aging information in
<filename>/etc/shadow</filename>, and will use the
<option>SYS_UID_MIN</option>-<option>SYS_UID_MAX</option>
range for their user's ID instead of
<option>UID_MIN</option>-<option>UID_MAX</option> (and their
<option>GID</option> counterparts for the creation of groups).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-s</option>, <option>--shell</option>