* 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>
|
||||
|
||||
* man/groupmod.8.xml: Split the -g option description into smaller
|
||||
|
@ -129,6 +129,10 @@
|
||||
<command>newusers</command>), the UID of the specified user
|
||||
will be used.
|
||||
</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>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
@ -190,6 +194,12 @@
|
||||
specified directory is created, with ownership set to the
|
||||
user being created or updated and its primary group.
|
||||
</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>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
Loading…
Reference in New Issue
Block a user