man: usermod clarification
man/usermod.8.xml: specify what happens when the current home directory doesn't exist if using -d and -m options. Moreover, specify what happens when the group ownership is changed and the uid's don't match in -u and -g options.
This commit is contained in:
parent
786e44f6dd
commit
4faf42b31b
@ -143,7 +143,8 @@
|
|||||||
If the <option>-m</option>
|
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. If the current home directory does not exist
|
||||||
|
the new home directory will not be created.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -205,6 +206,12 @@
|
|||||||
The group ownership of files outside of the user's home directory
|
The group ownership of files outside of the user's home directory
|
||||||
must be fixed manually.
|
must be fixed manually.
|
||||||
</para>
|
</para>
|
||||||
|
<para>
|
||||||
|
The change of the group ownership of files inside of the user's
|
||||||
|
home directory is also not done if the home dir owner uid is
|
||||||
|
different from the current or new user id. This is a safety measure
|
||||||
|
for special home directories such as <filename>/</filename>.
|
||||||
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
@ -267,7 +274,8 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Move the content of the user's home directory to the new
|
Move the content of the user's home directory to the new
|
||||||
location.
|
location. If the current home directory does not exist
|
||||||
|
the new home directory will not be created.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
This option is only valid in combination with the
|
This option is only valid in combination with the
|
||||||
@ -380,6 +388,12 @@
|
|||||||
The ownership of files outside of the user's home directory
|
The ownership of files outside of the user's home directory
|
||||||
must be fixed manually.
|
must be fixed manually.
|
||||||
</para>
|
</para>
|
||||||
|
<para>
|
||||||
|
The change of the user ownership of files inside of the user's
|
||||||
|
home directory is also not done if the home dir owner uid is
|
||||||
|
different from the current or new user id. This is a safety measure
|
||||||
|
for special home directories such as <filename>/</filename>.
|
||||||
|
</para>
|
||||||
<para>
|
<para>
|
||||||
No checks will be performed with regard to the
|
No checks will be performed with regard to the
|
||||||
<option>UID_MIN</option>, <option>UID_MAX</option>,
|
<option>UID_MIN</option>, <option>UID_MAX</option>,
|
||||||
|
Loading…
Reference in New Issue
Block a user