/
snap
/
core18
/
3084
/
etc
/
/snap/core18/3084/etc
mkdir
upload
Name
Size
Mode
Actions
apparmor/
-
0755
rm
apparmor.d/
-
0755
rm
ca-certificates/
-
0755
rm
cloud/
-
0755
rm
dbus-1/
-
0755
rm
default/
-
0755
rm
depmod.d/
-
0755
rm
dhcp/
-
0755
rm
gss/
-
0755
rm
ifplugd/
-
0755
rm
init.d/
-
0755
rm
iproute2/
-
0755
rm
ld.so.conf.d/
-
0755
rm
ldap/
-
0755
rm
libnl-3/
-
0755
rm
logcheck/
-
0755
rm
logrotate.d/
-
0755
rm
modprobe.d/
-
0755
rm
modules-load.d/
-
0755
rm
netplan/
-
0755
rm
network/
-
0755
rm
NetworkManager/
-
0755
rm
pam.d/
-
0755
rm
profile.d/
-
0755
rm
rsyslog.d/
-
0755
rm
security/
-
0755
rm
skel/
-
0755
rm
ssh/
-
0755
rm
ssl/
-
0755
rm
sudoers.d/
-
0755
rm
sysctl.d/
-
0755
rm
system-image/
-
0755
rm
systemd/
-
0755
rm
udev/
-
0755
rm
ufw/
-
0755
rm
update-motd.d/
-
0755
rm
vim/
-
0755
rm
wpa_supplicant/
-
0755
rm
writable/
-
0755
rm
X11/
-
0755
rm
xdg/
-
0755
rm
.pwd.lock
0
0600
edit
dl
rm
adduser.conf
3028
0644
edit
dl
rm
bash.bashrc
2319
0644
edit
dl
rm
bash_completion
45
0644
edit
dl
rm
bindresvport.blacklist
367
0644
edit
dl
rm
ca-certificates.conf
6288
0644
edit
dl
rm
deluser.conf
604
0644
edit
dl
rm
environment
106
0644
edit
dl
rm
fstab
37
0644
edit
dl
rm
group
707
0644
edit
dl
rm
gshadow
588
0640
edit
dl
rm
host.conf
92
0644
edit
dl
rm
hostname
1
0644
edit
dl
rm
hosts
159
0644
edit
dl
rm
hosts.allow
411
0644
edit
dl
rm
hosts.deny
711
0644
edit
dl
rm
inputrc
1748
0644
edit
dl
rm
issue
27
0644
edit
dl
rm
issue.net
16
0644
edit
dl
rm
ld.so.cache
13964
0644
edit
dl
rm
ld.so.conf
34
0644
edit
dl
rm
legal
267
0644
edit
dl
rm
libaudit.conf
191
0644
edit
dl
rm
localtime
118
0644
edit
dl
rm
login.defs
10572
0644
edit
dl
rm
lsb-release
101
0644
edit
dl
rm
machine-id
0
0644
edit
dl
rm
mailcap
2514
0644
edit
dl
rm
mailcap.order
449
0644
edit
dl
rm
mime.types
24301
0644
edit
dl
rm
modules
195
0644
edit
dl
rm
motd
591
0644
edit
dl
rm
mtab
-
0
edit
dl
rm
nsswitch.conf
530
0644
edit
dl
rm
os-release
176
0644
edit
dl
rm
passwd
1563
0644
edit
dl
rm
profile
581
0644
edit
dl
rm
resolv.conf
-
0
edit
dl
rm
securetty
4141
0644
edit
dl
rm
shadow
851
0640
edit
dl
rm
shells
73
0644
edit
dl
rm
subgid
0
0644
edit
dl
rm
subuid
0
0644
edit
dl
rm
sudoers
755
0440
edit
dl
rm
timezone
8
0644
edit
dl
rm
ucf.conf
1260
0644
edit
dl
rm
Edit:
/snap/core18/3084/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
Save
cmd:
run