/etc/default
NameSizeModeActions
grub.d/-0755rm
amd64-microcode3280644editdlrm
apache-htcacheclean5560644editdlrm
apport1490644editdlrm
console-setup2840644editdlrm
cron1500644editdlrm
cryptdisks4600644editdlrm
dbus2970644editdlrm
docker6420644editdlrm
fail2ban15310644editdlrm
grub12090644editdlrm
intel-microcode10290644editdlrm
irqbalance13960644editdlrm
keyboard1500644editdlrm
locale130644editdlrm
mdadm8540644editdlrm
motd-news6820644editdlrm
netdiag1110644editdlrm
networkd-dispatcher1520644editdlrm
nginx3890644editdlrm
nss17560644editdlrm
open-iscsi26910644editdlrm
pollinate2980644editdlrm
rsync20620644editdlrm
ssh1330644editdlrm
ufw18970644editdlrm
useradd11180644editdlrm
Edit: /etc/default/useradd (1118B)
# Default values for useradd(8) # # The SHELL variable specifies the default login shell on your # system. # Similar to DSHELL in adduser. However, we use "sh" here because # useradd is a low level utility and should be as general # as possible SHELL=/bin/sh # # The default group for users # 100=users on Debian systems # Same as USERS_GID in adduser # This argument is used when the -n flag is specified. # 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 # # 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 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 # # Defines whether the mail spool should be created while # creating the account # CREATE_MAIL_SPOOL=yes