Document --create-home-dir option.
Showing
1 changed file
with
6 additions
and
0 deletions
... | @@ -3640,6 +3640,12 @@ The program uses following option groups: @xref{mailbox}, | ... | @@ -3640,6 +3640,12 @@ The program uses following option groups: @xref{mailbox}, |
3640 | @subheading Command Line Options | 3640 | @subheading Command Line Options |
3641 | 3641 | ||
3642 | @table @option | 3642 | @table @option |
3643 | @item --create-home-dir[=@var{mode}] | ||
3644 | If a user logs in and his home directory does not exist, create | ||
3645 | it. Optional @var{mode} is an octal number specifying the permissions | ||
3646 | to be set on the created directory. It is not modified by the current | ||
3647 | @code{umask} value. The default value for @var{mode} is @samp{700} | ||
3648 | (@samp{drwx------} in @code{ls} terms). | ||
3643 | @item -d[@var{number}] | 3649 | @item -d[@var{number}] |
3644 | @itemx --daemon[=@var{number}] | 3650 | @itemx --daemon[=@var{number}] |
3645 | Run in standalone mode. An optional @var{number} specifies the maximum number | 3651 | Run in standalone mode. An optional @var{number} specifies the maximum number | ... | ... |
-
Please register or sign in to post a comment