__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#
# /etc/login.defs - Configuration control definitions for the shadow package.
#
# REQUIRED for useradd/userdel/usermod
# Directory where mailboxes reside, _or_ name of file, relative to the
# home directory. If you _do_ define MAIL_DIR and MAIL_FILE,
# MAIL_DIR takes precedence.
#
# Essentially:
# - MAIL_DIR defines the location of users mail spool files
# (for mbox use) by appending the username to MAIL_DIR as defined
# below.
# - MAIL_FILE defines the location of the users mail spool files as the
# fully-qualified filename obtained by prepending the user home
# directory before $MAIL_FILE
#
# NOTE: This is no more used for setting up users MAIL environment variable
# which is, starting from shadow 4.0.12-1 in Debian, entirely the
# job of the pam_mail PAM modules
# See default PAM configuration files provided for
# login, su, etc.
#
# This is a temporary situation: setting these variables will soon
# move to /etc/default/useradd and the variables will then be
# no more supported
MAIL_DIR /var/mail
#MAIL_FILE .mail
#
# Enable display of unknown usernames when login(1) failures are recorded.
#
# WARNING: Unknown usernames may become world readable.
# See #290803 and #298773 for details about how this could become a security
# concern
LOG_UNKFAIL_ENAB no
#
# Enable logging of successful logins
#
LOG_OK_LOGINS no
#
# If defined, file which maps tty line to TERM environment parameter.
# Each line of the file is in a format similar to "vt100 tty01".
#
#TTYTYPE_FILE /etc/ttytype
#
# If defined, file which inhibits all the usual chatter during the login
# sequence. If a full pathname, then hushed mode will be enabled if the
# user's name or shell are found in the file. If not a full pathname, then
# hushed mode will be enabled if the file exists in the user's home directory.
#
HUSHLOGIN_FILE .hushlogin
#HUSHLOGIN_FILE /etc/hushlogins
#
# *REQUIRED* The default PATH settings, for superuser and normal users.
#
# (they are minimal, add the rest in the shell startup files)
ENV_SUPATH PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV_PATH PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
#
# Terminal permissions for terminals after login(1).
# These settings are ignored for remote and other logins.
#
# TTYGROUP Login tty will be assigned this group ownership.
# TTYPERM Login tty will be set to this permission.
#
#TTYGROUP tty
TTYPERM 0600
#
# Login configuration initializations:
#
# ERASECHAR Terminal ERASE character ('\010' = backspace).
# KILLCHAR Terminal KILL character ('\025' = CTRL/U).
#
# The ERASECHAR and KILLCHAR are used only on System V machines.
#
ERASECHAR 0177
KILLCHAR 025
# HOME_MODE is used by useradd(8) and newusers(8) to set the mode for new
# home directories.
HOME_MODE 0750
#
# Password aging controls:
#
# PASS_MAX_DAYS Maximum number of days a password may be used.
# PASS_MIN_DAYS Minimum number of days allowed between password changes.
# PASS_WARN_AGE Number of days warning given before a password expires.
#
PASS_MAX_DAYS 99999
PASS_MIN_DAYS 0
PASS_WARN_AGE 7
#
# Min/max values for automatic uid selection in useradd(8)
#
UID_MIN 1000
UID_MAX 60000
# System accounts
#SYS_UID_MIN 101
#SYS_UID_MAX 999
# Extra per user uids
SUB_UID_MIN 100000
SUB_UID_MAX 600100000
SUB_UID_COUNT 65536
#
# Min/max values for automatic gid selection in groupadd(8)
#
GID_MIN 1000
GID_MAX 60000
# System accounts
#SYS_GID_MIN 101
#SYS_GID_MAX 999
# Extra per user group ids
SUB_GID_MIN 100000
SUB_GID_MAX 600100000
SUB_GID_COUNT 65536
#
# Max number of login(1) retries if password is bad
# This will most likely be overriden by PAM, since the default pam_unix module
# has it's own built in of 3 retries. However, this is a safe fallback in case
# you are using an authentication module that does not enforce PAM_MAXTRIES.
#
LOGIN_RETRIES 5
#
# Max time in seconds for login(1)
#
LOGIN_TIMEOUT 60
#
# Which fields may be changed by regular users using chfn(1) - use
# any combination of letters "frwh" (full name, room number, work
# phone, home phone). If not defined, no changes are allowed.
# For backward compatibility, "yes" = "rwh" and "no" = "frwh".
#
CHFN_RESTRICT rwh
#
# If set to MD5, MD5-based algorithm will be used for encrypting password
# If set to SHA256, SHA256-based algorithm will be used for encrypting password
# If set to SHA512, SHA512-based algorithm will be used for encrypting password
# If set to BCRYPT, BCRYPT-based algorithm will be used for encrypting password
# If set to YESCRYPT, YESCRYPT-based algorithm will be used for encrypting password
# If set to DES, DES-based algorithm will be used for encrypting password (default)
# MD5 and DES should not be used for new hashes, see crypt(5) for recommendations.
# Overrides the MD5_CRYPT_ENAB option
#
# Note: It is recommended to use a value consistent with
# the PAM modules configuration.
#
ENCRYPT_METHOD YESCRYPT
#
# Should login be allowed if we can't cd to the home directory?
# Default is no.
#
DEFAULT_HOME yes
#
# The pwck(8) utility emits a warning for any system account with a home
# directory that does not exist. Some system accounts intentionally do
# not have a home directory. Such accounts may have this string as
# their home directory in /etc/passwd to avoid a spurious warning.
#
NONEXISTENT /nonexistent
#
# If defined, this command is run when removing a user.
# It should remove any at/cron/print jobs etc. owned by
# the user to be removed (passed as the first argument).
#
#USERDEL_CMD /usr/sbin/userdel_local
#
# If set to yes, userdel(8) will remove the user's group if it contains no more
# members, and useradd(8) will create by default a group with the name of the
# user.
#
# Other former uses of this variable are not used in PAM environments, such as
# Debian.
#
USERGROUPS_ENAB yes
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| ModemManager | Folder | 0755 |
|
|
| NetworkManager | Folder | 0755 |
|
|
| PackageKit | Folder | 0755 |
|
|
| UPower | Folder | 0755 |
|
|
| X11 | Folder | 0755 |
|
|
| alsa | Folder | 0755 |
|
|
| alternatives | Folder | 0755 |
|
|
| apache2 | Folder | 0755 |
|
|
| apm | Folder | 0755 |
|
|
| apparmor | Folder | 0755 |
|
|
| apparmor.d | Folder | 0755 |
|
|
| apport | Folder | 0755 |
|
|
| apt | Folder | 0755 |
|
|
| avahi | Folder | 0755 |
|
|
| bash_completion.d | Folder | 0755 |
|
|
| binfmt.d | Folder | 0755 |
|
|
| bluetooth | Folder | 0755 |
|
|
| brltty | Folder | 0755 |
|
|
| ca-certificates | Folder | 0755 |
|
|
| chatscripts | Folder | 2750 |
|
|
| cloud | Folder | 0755 |
|
|
| colord | Folder | 0755 |
|
|
| console-setup | Folder | 0755 |
|
|
| cracklib | Folder | 0755 |
|
|
| credstore | Folder | 0700 |
|
|
| credstore.encrypted | Folder | 0700 |
|
|
| cron.d | Folder | 0755 |
|
|
| cron.daily | Folder | 0755 |
|
|
| cron.hourly | Folder | 0755 |
|
|
| cron.monthly | Folder | 0755 |
|
|
| cron.weekly | Folder | 0755 |
|
|
| cron.yearly | Folder | 0755 |
|
|
| cups | Folder | 0755 |
|
|
| cupshelpers | Folder | 0755 |
|
|
| dbconfig-common | Folder | 0755 |
|
|
| dbus-1 | Folder | 0755 |
|
|
| dconf | Folder | 0755 |
|
|
| debuginfod | Folder | 0755 |
|
|
| default | Folder | 0755 |
|
|
| depmod.d | Folder | 0755 |
|
|
| dhcp | Folder | 0755 |
|
|
| dictionaries-common | Folder | 0755 |
|
|
| dpkg | Folder | 0755 |
|
|
| emacs | Folder | 0755 |
|
|
| environment.d | Folder | 0755 |
|
|
| fonts | Folder | 0755 |
|
|
| fwupd | Folder | 0755 |
|
|
| gdb | Folder | 0755 |
|
|
| gdm3 | Folder | 0755 |
|
|
| geoclue | Folder | 0755 |
|
|
| ghostscript | Folder | 0755 |
|
|
| glvnd | Folder | 0755 |
|
|
| gnome | Folder | 0755 |
|
|
| gnome-remote-desktop | Folder | 0755 |
|
|
| gnutls | Folder | 0755 |
|
|
| groff | Folder | 0755 |
|
|
| grub.d | Folder | 0755 |
|
|
| gss | Folder | 0755 |
|
|
| gtk-2.0 | Folder | 0755 |
|
|
| gtk-3.0 | Folder | 0755 |
|
|
| hp | Folder | 0755 |
|
|
| ifplugd | Folder | 0755 |
|
|
| init | Folder | 0755 |
|
|
| init.d | Folder | 0755 |
|
|
| initramfs-tools | Folder | 0755 |
|
|
| insserv.conf.d | Folder | 0755 |
|
|
| ipp-usb | Folder | 0755 |
|
|
| kdump | Folder | 0755 |
|
|
| kernel | Folder | 0755 |
|
|
| krb5.conf.d | Folder | 0755 |
|
|
| ld.so.conf.d | Folder | 0755 |
|
|
| ldap | Folder | 0755 |
|
|
| libblockdev | Folder | 0755 |
|
|
| libibverbs.d | Folder | 0755 |
|
|
| libnl-3 | Folder | 0755 |
|
|
| libreoffice | Folder | 0755 |
|
|
| lighttpd | Folder | 0755 |
|
|
| logcheck | Folder | 0755 |
|
|
| logrotate.d | Folder | 0755 |
|
|
| modprobe.d | Folder | 0755 |
|
|
| modules-load.d | Folder | 0755 |
|
|
| mysql | Folder | 0755 |
|
|
| needrestart | Folder | 0755 |
|
|
| netplan | Folder | 0755 |
|
|
| network | Folder | 0755 |
|
|
| networkd-dispatcher | Folder | 0755 |
|
|
| newt | Folder | 0755 |
|
|
| openvpn | Folder | 0755 |
|
|
| opt | Folder | 0755 |
|
|
| pam.d | Folder | 0755 |
|
|
| pcmcia | Folder | 0755 |
|
|
| perl | Folder | 0755 |
|
|
| php | Folder | 0755 |
|
|
| phpmyadmin | Folder | 0755 |
|
|
| pki | Folder | 0755 |
|
|
| plymouth | Folder | 0755 |
|
|
| pm | Folder | 0755 |
|
|
| polkit-1 | Folder | 0755 |
|
|
| ppp | Folder | 0755 |
|
|
| profile.d | Folder | 0755 |
|
|
| pulse | Folder | 0755 |
|
|
| python3 | Folder | 0755 |
|
|
| python3.13 | Folder | 0755 |
|
|
| rc0.d | Folder | 0755 |
|
|
| rc1.d | Folder | 0755 |
|
|
| rc2.d | Folder | 0755 |
|
|
| rc3.d | Folder | 0755 |
|
|
| rc4.d | Folder | 0755 |
|
|
| rc5.d | Folder | 0755 |
|
|
| rc6.d | Folder | 0755 |
|
|
| rcS.d | Folder | 0755 |
|
|
| rsyslog.d | Folder | 0755 |
|
|
| sane.d | Folder | 0755 |
|
|
| security | Folder | 0755 |
|
|
| selinux | Folder | 0755 |
|
|
| sensors.d | Folder | 0755 |
|
|
| sgml | Folder | 0755 |
|
|
| skel | Folder | 0755 |
|
|
| snmp | Folder | 0755 |
|
|
| speech-dispatcher | Folder | 0755 |
|
|
| ssh | Folder | 0755 |
|
|
| ssl | Folder | 0755 |
|
|
| sssd | Folder | 0711 |
|
|
| sudoers.d | Folder | 0755 |
|
|
| supercat | Folder | 0755 |
|
|
| sysctl.d | Folder | 0755 |
|
|
| sysstat | Folder | 0755 |
|
|
| systemd | Folder | 0755 |
|
|
| terminfo | Folder | 0755 |
|
|
| thermald | Folder | 0755 |
|
|
| tmpfiles.d | Folder | 0755 |
|
|
| ubuntu-advantage | Folder | 0755 |
|
|
| udev | Folder | 0755 |
|
|
| udisks2 | Folder | 0755 |
|
|
| ufw | Folder | 0755 |
|
|
| update-manager | Folder | 0755 |
|
|
| update-motd.d | Folder | 0755 |
|
|
| update-notifier | Folder | 0755 |
|
|
| usb_modeswitch.d | Folder | 0755 |
|
|
| vim | Folder | 0755 |
|
|
| vulkan | Folder | 0755 |
|
|
| wpa_supplicant | Folder | 0755 |
|
|
| xdg | Folder | 0755 |
|
|
| xml | Folder | 0755 |
|
|
| .pwd.lock | File | 0 B | 0600 |
|
| .resolv.conf.systemd-resolved.bak | File | 862 B | 0644 |
|
| .updated | File | 0 B | 0644 |
|
| adduser.conf | File | 3.36 KB | 0644 |
|
| anacrontab | File | 394 B | 0644 |
|
| apg.conf | File | 433 B | 0644 |
|
| bash.bashrc | File | 2.27 KB | 0644 |
|
| bash_completion | File | 45 B | 0644 |
|
| bindresvport.blacklist | File | 367 B | 0644 |
|
| brlapi.key | File | 33 B | 0640 |
|
| brltty.conf | File | 30.04 KB | 0644 |
|
| ca-certificates.conf | File | 6.36 KB | 0644 |
|
| crontab | File | 1.11 KB | 0644 |
|
| debconf.conf | File | 2.9 KB | 0644 |
|
| debian_version | File | 11 B | 0644 |
|
| deluser.conf | File | 1.67 KB | 0644 |
|
| dhcpcd.conf | File | 1.39 KB | 0644 |
|
| e2scrub.conf | File | 685 B | 0644 |
|
| environment | File | 106 B | 0644 |
|
| ethertypes | File | 1.81 KB | 0644 |
|
| fprintd.conf | File | 20 B | 0644 |
|
| fstab | File | 585 B | 0644 |
|
| ftpusers | File | 132 B | 0644 |
|
| fuse.conf | File | 694 B | 0644 |
|
| gai.conf | File | 2.52 KB | 0644 |
|
| gprofng.rc | File | 3.89 KB | 0644 |
|
| group | File | 1.69 KB | 0644 |
|
| group- | File | 1.68 KB | 0644 |
|
| gshadow | File | 1.49 KB | 0640 |
|
| gshadow- | File | 1.48 KB | 0640 |
|
| hdparm.conf | File | 4.34 KB | 0644 |
|
| host.conf | File | 92 B | 0644 |
|
| hostname | File | 29 B | 0644 |
|
| hosts | File | 243 B | 0644 |
|
| hosts.allow | File | 411 B | 0644 |
|
| hosts.deny | File | 711 B | 0644 |
|
| inputrc | File | 1.83 KB | 0644 |
|
| issue | File | 20 B | 0644 |
|
| issue.net | File | 13 B | 0644 |
|
| ld.so.cache | File | 71.91 KB | 0644 |
|
| ld.so.conf | File | 34 B | 0644 |
|
| legal | File | 267 B | 0644 |
|
| libao.conf | File | 27 B | 0644 |
|
| libaudit.conf | File | 191 B | 0644 |
|
| locale.alias | File | 2.93 KB | 0644 |
|
| locale.conf | File | 17 B | 0644 |
|
| locale.gen | File | 9.39 KB | 0644 |
|
| localtime | File | 232 B | 0644 |
|
| login.defs | File | 5.8 KB | 0644 |
|
| logrotate.conf | File | 586 B | 0644 |
|
| lsb-release | File | 99 B | 0644 |
|
| machine-id | File | 33 B | 0444 |
|
| magic | File | 111 B | 0644 |
|
| magic.mime | File | 111 B | 0644 |
|
| manpath.config | File | 5.11 KB | 0644 |
|
| mecabrc | File | 288 B | 0644 |
|
| mime.types | File | 76.45 KB | 0644 |
|
| mke2fs.conf | File | 775 B | 0644 |
|
| modules | File | 212 B | 0644 |
|
| mtab | File | 0 B | 0444 |
|
| nanorc | File | 11.48 KB | 0644 |
|
| netconfig | File | 767 B | 0644 |
|
| networks | File | 91 B | 0644 |
|
| nftables.conf | File | 243 B | 0755 |
|
| nsswitch.conf | File | 594 B | 0644 |
|
| os-release | File | 391 B | 0644 |
|
| pam.conf | File | 552 B | 0644 |
|
| paperspecs | File | 1.28 KB | 0644 |
|
| passwd | File | 3.97 KB | 0644 |
|
| passwd- | File | 3.94 KB | 0644 |
|
| pnm2ppa.conf | File | 7.47 KB | 0644 |
|
| printcap | File | 966 B | 0644 |
|
| profile | File | 641 B | 0644 |
|
| protocols | File | 3.07 KB | 0644 |
|
| resolv.conf | File | 936 B | 0644 |
|
| rmt | File | 62.76 KB | 0755 |
|
| rpc | File | 911 B | 0644 |
|
| rsyslog.conf | File | 1.18 KB | 0644 |
|
| rygel.conf | File | 5.64 KB | 0644 |
|
| sensors3.conf | File | 10.34 KB | 0644 |
|
| services | File | 12.51 KB | 0644 |
|
| shadow | File | 2.16 KB | 0640 |
|
| shadow- | File | 2.09 KB | 0640 |
|
| shells | File | 118 B | 0644 |
|
| subgid | File | 117 B | 0644 |
|
| subgid- | File | 93 B | 0644 |
|
| subuid | File | 117 B | 0644 |
|
| subuid- | File | 93 B | 0644 |
|
| sudo.conf | File | 4.24 KB | 0644 |
|
| sudo_logsrvd.conf | File | 9.57 KB | 0644 |
|
| sudoers | File | 1.76 KB | 0440 |
|
| timezone | File | 15 B | 0644 |
|
| ucf.conf | File | 1.23 KB | 0644 |
|
| usb_modeswitch.conf | File | 1.49 KB | 0644 |
|
| vconsole.conf | File | 153 B | 0644 |
|
| vdpau_wrapper.cfg | File | 51 B | 0644 |
|
| vsftpd.conf | File | 5.97 KB | 0644 |
|
| vsftpd.userlist | File | 10 B | 0644 |
|
| vtrgb | File | 158 B | 0644 |
|
| wgetrc | File | 4.83 KB | 0644 |
|
| whoopsie | File | 30 B | 0644 |
|
| xattr.conf | File | 681 B | 0644 |
|
| zsh_command_not_found | File | 460 B | 0644 |
|