/snap/core20/2866/etc
NameSizeModeActions
apparmor/-0755rm
apparmor.d/-0755rm
ca-certificates/-0755rm
cloud/-0755rm
cron.d/-0755rm
dbus-1/-0755rm
default/-0755rm
depmod.d/-0755rm
dhcp/-0755rm
gss/-0755rm
ifplugd/-0755rm
init.d/-0755rm
iproute2/-0755rm
ld.so.conf.d/-0755rm
libnl-3/-0755rm
logcheck/-0755rm
logrotate.d/-0755rm
modprobe.d/-0755rm
modules-load.d/-0755rm
netplan/-0755rm
network/-0755rm
pam.d/-0755rm
profile.d/-0755rm
python3.8/-0755rm
rsyslog.d/-0755rm
security/-0755rm
skel/-0755rm
ssh/-0755rm
ssl/-0755rm
sudoers.d/-0755rm
sysctl.d/-0755rm
system-image/-0755rm
systemd/-0755rm
udev/-0755rm
ufw/-0755rm
update-motd.d/-0755rm
vim/-0755rm
wpa_supplicant/-0755rm
writable/-0755rm
X11/-0755rm
xdg/-0755rm
.pwd.lock00600editdlrm
adduser.conf30280644editdlrm
bash.bashrc23190644editdlrm
bash_completion450644editdlrm
bindresvport.blacklist3670644editdlrm
ca-certificates.conf62880644editdlrm
crypttab540644editdlrm
deluser.conf6040644editdlrm
e2scrub.conf6850644editdlrm
environment1060644editdlrm
ethertypes18160644editdlrm
fstab370644editdlrm
group7180644editdlrm
gshadow5960640editdlrm
host.conf920644editdlrm
hostname10644editdlrm
hosts1590644editdlrm
hosts.allow4110644editdlrm
hosts.deny7110644editdlrm
inputrc17480644editdlrm
issue270644editdlrm
issue.net160644editdlrm
ld.so.cache126660644editdlrm
ld.so.conf340644editdlrm
legal2670644editdlrm
libaudit.conf1910644editdlrm
localtime1140644editdlrm
login.defs105720644editdlrm
lsb-release1040644editdlrm
machine-id00644editdlrm
magic1110644editdlrm
magic.mime1110644editdlrm
mailcap25140644editdlrm
mailcap.order4490644editdlrm
mime.types245460644editdlrm
modules1950644editdlrm
motd5910644editdlrm
mtab-0editdlrm
nsswitch.conf5590644editdlrm
os-release1770644editdlrm
passwd15130644editdlrm
profile5810644editdlrm
protocols29320644editdlrm
resolv.conf10644editdlrm
rpc8870644editdlrm
services144640644editdlrm
shadow8230640editdlrm
shells1160644editdlrm
subgid00644editdlrm
subuid00644editdlrm
sudoers7550440editdlrm
timezone80644editdlrm
ucf.conf12600644editdlrm
xattr.conf6420644editdlrm
Edit: /snap/core20/2866/etc/adduser.conf (3028B)
# /etc/adduser.conf: `adduser' configuration. # See adduser(8) and adduser.conf(5) for full documentation. # The DSHELL variable specifies the default login shell on your # system. DSHELL=/bin/bash # The DHOME variable specifies the directory containing users' home # directories. DHOME=/home # If GROUPHOMES is "yes", then the home directories will be created as # /home/groupname/user. GROUPHOMES=no # If LETTERHOMES is "yes", then the created home directories will have # an extra directory - the first letter of the user name. For example: # /home/u/user. LETTERHOMES=no # 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 # FIRST_SYSTEM_[GU]ID to LAST_SYSTEM_[GU]ID inclusive is the range for UIDs # for dynamically allocated administrative and system accounts/groups. # Please note that system software, such as the users allocated by the base-passwd # package, may assume that UIDs less than 100 are unallocated. FIRST_SYSTEM_UID=100 LAST_SYSTEM_UID=999 FIRST_SYSTEM_GID=100 LAST_SYSTEM_GID=999 # FIRST_[GU]ID to LAST_[GU]ID inclusive is the range of UIDs of dynamically # allocated user accounts/groups. FIRST_UID=1000 LAST_UID=59999 FIRST_GID=1000 LAST_GID=59999 # The USERGROUPS variable can be either "yes" or "no". If "yes" each # created user will be given their own group to use as a default. If # "no", each created user will be placed in the group whose gid is # USERS_GID (see below). USERGROUPS=yes # If USERGROUPS is "no", then USERS_GID should be the GID of the group # `users' (or the equivalent group) on your system. USERS_GID=100 # If DIR_MODE is set, directories will be created with the specified # mode. Otherwise the default mode 0755 will be used. DIR_MODE=0755 # If SETGID_HOME is "yes" home directories for users with their own # group the setgid bit will be set. This was the default for # versions << 3.13 of adduser. Because it has some bad side effects we # no longer do this per default. If you want it nevertheless you can # still set it here. SETGID_HOME=no # If QUOTAUSER is set, a default quota will be set from that user with # `edquota -p QUOTAUSER newuser' QUOTAUSER="" # If SKEL_IGNORE_REGEX is set, adduser will ignore files matching this # regular expression when creating a new home directory SKEL_IGNORE_REGEX="dpkg-(old|new|dist|save)" # Set this if you want the --add_extra_groups option to adduser to add # new users to other groups. # This is the list of groups that new non-system users will be added to # Default: #EXTRA_GROUPS="dialout cdrom floppy audio video plugdev users" # If ADD_EXTRA_GROUPS is set to something non-zero, the EXTRA_GROUPS # option above will be default behavior for adding new, non-system users #ADD_EXTRA_GROUPS=1 # check user and group names also against this regular expression. #NAME_REGEX="^[a-z][-a-z0-9_]*\$" # use extrausers by default #USE_EXTRAUSERS=1