* man/newusers.8.xml: Added notes regarding the ownership of
files.
This commit is contained in:
parent
a61ecc3177
commit
50916c195b
@ -1,3 +1,8 @@
|
|||||||
|
2009-05-20 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
* man/newusers.8.xml: Added notes regarding the ownership of
|
||||||
|
files.
|
||||||
|
|
||||||
2009-05-19 Nicolas François <nicolas.francois@centraliens.net>
|
2009-05-19 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* man/groupmod.8.xml: Split the -g option description into smaller
|
* man/groupmod.8.xml: Split the -g option description into smaller
|
||||||
|
@ -129,6 +129,10 @@
|
|||||||
<command>newusers</command>), the UID of the specified user
|
<command>newusers</command>), the UID of the specified user
|
||||||
will be used.
|
will be used.
|
||||||
</para>
|
</para>
|
||||||
|
<para>
|
||||||
|
If the UID of an existing user is changed, the files ownership
|
||||||
|
of the user's file should be fixed manually.
|
||||||
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
@ -190,6 +194,12 @@
|
|||||||
specified directory is created, with ownership set to the
|
specified directory is created, with ownership set to the
|
||||||
user being created or updated and its primary group.
|
user being created or updated and its primary group.
|
||||||
</para>
|
</para>
|
||||||
|
<para>
|
||||||
|
If the home directory of an existing user is changed,
|
||||||
|
<command>newusers</command> does not move or copy the content
|
||||||
|
of the old directory to the new location. This should be done
|
||||||
|
manually.
|
||||||
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
|
Loading…
Reference in New Issue
Block a user