logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Create Home Directory - Manage User Profiles | Online Free DevTools by Hexmos

Create user home directories efficiently with mkhomedir_helper. Manage user profiles and set permissions from the command line. Free online tool, no registration required.

mkhomedir_helper

Create the user’s home directory after creating the user. More information: https://manned.org/mkhomedir_helper.

  • Create a home directory for a user based on /etc/skel with umask 022:

sudo mkhomedir_helper {{username}}

  • Create a home directory for a user based on /etc/skel with all permissions for owner (0) and read permission for group (3):

sudo mkhomedir_helper {{username}} {{037}}

  • Create a home directory for a user based on a custom skeleton:

sudo mkhomedir_helper {{username}} {{umask}} {{path/to/skeleton_directory}}

See Also