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 | : 108.162.241.241
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 : logrotate
#!/bin/sh export TMPDIR=/var/spool/logrotate/tmp # skip in favour of systemd timer if [ -d /run/systemd/system ]; then exit 0 fi # this cronjob persists removals (but not purges) if [ ! -x /usr/sbin/logrotate ]; then exit 0 fi /usr/sbin/logrotate /etc/logrotate.conf EXITVALUE=$? if [ $EXITVALUE != 0 ]; then /usr/bin/logger -t logrotate "ALERT exited abnormally with [$EXITVALUE]" fi exit $EXITVALUE
Close