Added useradd default file and usher to manage it

This commit is contained in:
2017-05-16 19:54:01 -05:00
parent 83939b7c57
commit 754abdb166
3 changed files with 31 additions and 1 deletions

22
SNAP/useradd.default Normal file
View File

@@ -0,0 +1,22 @@
# Default configuration for the useradd utility
# The default user shell
SHELL=/bin/bash
# The default GID If the -n option is used
#GROUP=100
# Default user home directory
#HOME=/home
# Number of days until account deactivation for expired password
#INACTIVE=-1
# The date on which the user account is disabled
#EXPIRE=
# Skeleton directory used to populate a new user's home directory
#SKEL=/etc/skel
# Create mail spool file during new account creation
#CREATE_MAIL_SPOOL=yes