Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.71.254.101
138 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
etc /
default /
[ HOME SHELL ]
Name
Size
Permission
Action
grub.d
[ DIR ]
drwxr-xr-x
acpid
346
B
-rw-r--r--
amd64-microcode
328
B
-rw-r--r--
console-setup
285
B
-rw-r--r--
cron
150
B
-rw-r--r--
dbus
297
B
-rw-r--r--
grub
1.28
KB
-rw-r--r--
grub.ucf-dist
1.2
KB
-rw-r--r--
intel-microcode
1
KB
-rw-r--r--
irqbalance
1.36
KB
-rw-r--r--
keyboard
150
B
-rw-r--r--
locale
72
B
-rw-r--r--
motd-news.wasremoved
0
B
-rw-r--r--
named
86
B
-rw-r--r--
netfilter-persistent
467
B
-rw-r--r--
networkd-dispatcher
152
B
-rw-r--r--
nfs-common
793
B
-rw-r--r--
nss
1.71
KB
-rw-r--r--
quota
123
B
-rw-r--r--
rpcbind
356
B
-rw-r--r--
rsync
2.01
KB
-rw-r--r--
smartmontools
363
B
-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=yes
Close