# useradd defaults file
#
# The default group for users
# 100=users on ALTLinux systems
# Same as USERS_GID in adduser
# This argument is used when the -n flag is specified or flag NOUSERGROUP=1.
# The default behavior (when -n and -g are not specified) is to create a
# primary user group with the same name as the user being added to the
# system.
# GROUP=100
#
# A group having the same name as the user being added to the system will be created by default.
# This option will turn off this Red Hat Linux-style behavior.
# NOUSERGROUP=1
#
# The default home directory. Same as DHOME for adduser
#HOME=/home
#
# The number of days after a password expires until the account.
# is permanently disabled
#INACTIVE=-1
#
# The default expire date
#EXPIRE=
#
# The SHELL variable specifies the default login shell on your
# system.
# Similar to DHSELL in adduser. However, we use "sh" here because
# useradd is a low level utility and should be as general
# as possible
SHELL=/bin/bash
#
# The SKEL variable specifies the directory containing "skeletal" user
# files; in other words, files such as a sample .profile that will be
# copied to the new user's home directory when it is created.
#SKEL=/etc/skel