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.69.214.160
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 /
cron.daily /
[ HOME SHELL ]
Name
Size
Permission
Action
.placeholder
102
B
-rw-r--r--
apt-compat
1.44
KB
-rwxr-xr-x
bsdmainutils.dpkg-remove
355
B
-rwxr-xr-x
cracklib-runtime
384
B
-rwxr-xr-x
dpkg
123
B
-rwxr-xr-x
imunify-antivirus
1.54
KB
-rwxr-xr-x
logrotate
416
B
-rwxr-xr-x
man-db
1.3
KB
-rwxr-xr-x
popularity-contest
5.5
KB
-rwxr-xr-x
quota
349
B
-rwxr-xr-x
sysstat
518
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : quota
#! /bin/sh # check if quota package is available test -x /usr/sbin/warnquota || exit 0 # check if warnquota run is configured test -f /etc/default/quota || exit 0 . /etc/default/quota if [ "$run_warnquota" = "true" ]; then # check if quotas are enabled if grep -q '^[^#]*quota' /etc/fstab; then /usr/sbin/warnquota -ug fi fi exit 0
Close