useradd: clarify the useradd -d parameter behavior in man page
Explanation: clarify the useradd -d parameter as it does create directory HOME_DIR if it doesn't exit. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1677005 Changelog: [serge] minor tweak to the text
This commit is contained in:
parent
b2753b146a
commit
6543c600d8
@ -181,8 +181,10 @@
|
|||||||
login directory. The default is to append the
|
login directory. The default is to append the
|
||||||
<replaceable>LOGIN</replaceable> name to
|
<replaceable>LOGIN</replaceable> name to
|
||||||
<replaceable>BASE_DIR</replaceable> and use that as the login
|
<replaceable>BASE_DIR</replaceable> and use that as the login
|
||||||
directory name. The directory <replaceable>HOME_DIR</replaceable>
|
directory name. If the directory
|
||||||
does not have to exist but will not be created if it is missing.
|
<replaceable>HOME_DIR</replaceable> does not exist, then it
|
||||||
|
will be created unless the <option>-M</option> option is
|
||||||
|
specified.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
Reference in New Issue
Block a user