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.70.80.43
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 : sysstat
#!/bin/sh # Generate a daily summary of process accounting. Since this will probably # get kicked off in the morning, it is run against the previous day data. set -e # Our configuration file DEFAULT=/etc/default/sysstat # Default settings, overridden in the above file ENABLED=false # Skip in favour of systemd timer [ ! -d /run/systemd/system ] || exit 0 [ -x /usr/lib/sysstat/sa2 ] || exit 0 # Read our config [ -r "$DEFAULT" ] && . "$DEFAULT" [ "$ENABLED" = "true" ] || exit 0 exec /usr/lib/sysstat/sa2 -A
Close