# /etc/login.defs - configuration file for the shadow password suite # # This file controls such utilities as login, passwd and useradd. Lines # beginning with hash marks are considered to be comments. See the # login.defs(5) manpage for additional information about how to set up # this file. # The location of users' mail directories. MAIL_DIR /var/spool/mail # The default permissions mask to use when new files and directories # are created. These are not the permissions to be given as in 'chmod', # but rather the permissions to take away. UMASK 022 # The valid range for new user ID's created with 'useradd'. UID_MIN 501 UID_MAX 999 # The valid range for new group ID's created with 'groupadd'. GID_MIN 501 GID_MAX 999