Merge pull request #226 from ikerexxe/dev1

useradd: clarify the useradd -d parameter behavior in man page
This commit is contained in:
Serge Hallyn
2020-03-20 17:45:37 -05:00
committed by GitHub

View File

@ -181,8 +181,10 @@
login directory. The default is to append the
<replaceable>LOGIN</replaceable> name to
<replaceable>BASE_DIR</replaceable> and use that as the login
directory name. The directory <replaceable>HOME_DIR</replaceable>
does not have to exist but will not be created if it is missing.
directory name. If the directory
<replaceable>HOME_DIR</replaceable> does not exist, then it
will be created unless the <option>-M</option> option is
specified.
</para>
</listitem>
</varlistentry>