* man/usermod.8.xml: Split some paragraphs into smaller units.
This commit is contained in:
parent
3511b1de80
commit
682eedb167
@ -1,3 +1,7 @@
|
|||||||
|
2009-04-05 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
* man/usermod.8.xml: Split some paragraphs into smaller units.
|
||||||
|
|
||||||
2009-04-05 Nicolas François <nicolas.francois@centraliens.net>
|
2009-04-05 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* man/shadow.5.xml: Rewrote to mention the meaning of special
|
* man/shadow.5.xml: Rewrote to mention the meaning of special
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
The options which apply to the <command>usermod</command> command
|
The options which apply to the <command>usermod</command> command
|
||||||
are:
|
are:
|
||||||
</para>
|
</para>
|
||||||
<variablelist remap='IP'>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>
|
<term>
|
||||||
<option>-a</option>, <option>--append</option>
|
<option>-a</option>, <option>--append</option>
|
||||||
@ -102,7 +102,10 @@
|
|||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
The user's new login directory. If the <option>-m</option>
|
The user's new login directory.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
If the <option>-m</option>
|
||||||
option is given the contents of the current home directory will
|
option is given the contents of the current home directory will
|
||||||
be moved to the new home directory, which is created if it does
|
be moved to the new home directory, which is created if it does
|
||||||
not already exist.
|
not already exist.
|
||||||
@ -129,7 +132,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
The number of days after a password expires until the account is
|
The number of days after a password expires until the account is
|
||||||
permanently disabled. A value of 0 disables the account as soon
|
permanently disabled.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
A value of 0 disables the account as soon
|
||||||
as the password has expired, and a value of -1 disables the
|
as the password has expired, and a value of -1 disables the
|
||||||
feature. The default value is -1.
|
feature. The default value is -1.
|
||||||
</para>
|
</para>
|
||||||
@ -159,7 +165,10 @@
|
|||||||
of. Each group is separated from the next by a comma, with no
|
of. Each group is separated from the next by a comma, with no
|
||||||
intervening whitespace. The groups are subject to the same
|
intervening whitespace. The groups are subject to the same
|
||||||
restrictions as the group given with the <option>-g</option>
|
restrictions as the group given with the <option>-g</option>
|
||||||
option. If the user is currently a member of a group which is
|
option.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
If the user is currently a member of a group which is
|
||||||
not listed, the user will be removed from the group. This
|
not listed, the user will be removed from the group. This
|
||||||
behaviour can be changed via the <option>-a</option> option, which
|
behaviour can be changed via the <option>-a</option> option, which
|
||||||
appends the user to the current supplementary group list.
|
appends the user to the current supplementary group list.
|
||||||
@ -243,10 +252,16 @@
|
|||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
The numerical value of the user's ID. This value must be unique,
|
The new numerical value of the user's ID.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
This value must be unique,
|
||||||
unless the <option>-o</option> option is used. The value must be
|
unless the <option>-o</option> option is used. The value must be
|
||||||
non-negative. Values between 0 and 999 are typically reserved
|
non-negative. Values between 0 and 999 are typically reserved
|
||||||
for system accounts. Any files which the user owns and which are
|
for system accounts.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
Any files which the user owns and which are
|
||||||
located in the directory tree rooted at the user's home
|
located in the directory tree rooted at the user's home
|
||||||
directory will have the file user ID changed automatically.
|
directory will have the file user ID changed automatically.
|
||||||
Files outside of the user's home directory must be altered
|
Files outside of the user's home directory must be altered
|
||||||
@ -280,7 +295,7 @@
|
|||||||
<refsect1 id='caveats'>
|
<refsect1 id='caveats'>
|
||||||
<title>CAVEATS</title>
|
<title>CAVEATS</title>
|
||||||
<para>
|
<para>
|
||||||
<command>usermod</command> will not allow you to change the name of a
|
<command>usermod</command> will not allow you to change the name of an
|
||||||
user who is logged in. You must make certain that the named user is
|
user who is logged in. You must make certain that the named user is
|
||||||
not executing any processes when this command is being executed if the
|
not executing any processes when this command is being executed if the
|
||||||
user's numerical user ID is being changed. You must change the owner
|
user's numerical user ID is being changed. You must change the owner
|
||||||
|
Loading…
x
Reference in New Issue
Block a user