Linux Commands Examples

A great documentation place for Linux commands

mkhomedir_helper

Helper binary that creates home directories

Synopsis

mkhomedir_helper {user} [umask path-to-skel ]]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

mkhomedir_helper is a helper program for the pam_mkhomedir module that creates home directories and populates them with contents of the specified skel directory.

The default value of umask is 0022 and the default value of path-to-skel is /etc/skel.

The helper is separated from the module to not require direct access from login SELinux domains to the contents of user home directories. The SELinux domain transition happens when the module is executing the mkhomedir_helper.

The helper never touches home directories if they already exist.


see also

pam_mkhomedir


author

Written by Tomas Mraz based on the code originally in pam_mkhomedir module.

How can this site be more helpful to YOU ?


give  feedback