Linux res4.skyhost.pk 4.18.0-553.158.1.el8_10.x86_64 #1 SMP Wed Aug 26 03:18:33 EDT 2026 x86_64
LiteSpeed
Server IP : 65.109.66.33 & Your IP : 216.73.217.126
Domains : 334 Domain
User : supercareproduct
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
logrotate.d /
Delete
Unzip
Name
Size
Permission
Date
Action
apache
195
B
-rw-r-----
2025-04-15 13:30
btmp
130
B
-rw-r--r--
2023-04-02 00:29
chrony
160
B
-rw-r--r--
2023-12-05 13:22
comet_backup
140
B
-rw-r--r--
2026-07-14 13:34
comet_backup_jobs_helper
251
B
-rw-r--r--
2026-07-14 13:34
dnf
88
B
-rw-r--r--
2021-04-12 15:26
dpkg
112
B
-rw-r--r--
2021-01-30 06:07
ea-php72-php-fpm
257
B
-rw-r--r--
2026-08-11 23:17
ea-php73-php-fpm
257
B
-rw-r--r--
2026-08-11 23:18
ea-php74-php-fpm
257
B
-rw-r--r--
2026-08-11 23:23
ea-php80-php-fpm
257
B
-rw-r--r--
2026-08-04 22:55
ea-php81-php-fpm
257
B
-rw-r--r--
2026-08-04 22:52
ea-php82-php-fpm
257
B
-rw-r--r--
2026-08-04 22:55
ea-php83-php-fpm
257
B
-rw-r--r--
2026-08-04 23:13
ea-php84-php-fpm
257
B
-rw-r--r--
2026-08-12 21:08
exim
405
B
-rw-r--r--
2026-02-03 18:25
fail2ban
363
B
-rw-r--r--
2023-04-01 14:40
firewalld
93
B
-rw-r--r--
2026-08-18 13:10
imunify-core
2.12
KB
-rw-r--r--
2026-08-19 07:52
imunify360-antivirus
1.06
KB
-rw-r--r--
2026-08-05 11:19
kvm_stat
162
B
-rw-r--r--
2026-08-26 07:53
lfd
172
B
-rw-r--r--
2026-08-05 20:52
mariadb
1.91
KB
-rw-r--r--
2026-08-19 09:36
modsecurity_logs
277
B
-rw-r--r--
2026-04-30 12:03
named
514
B
-rw-r-----
2026-08-13 18:53
nginx
552
B
-rw-r--r--
2025-04-14 17:31
nscd_logs
180
B
-rw-r--r--
2026-04-30 12:03
sssd
289
B
-rw-r--r--
2026-07-28 01:54
sw-engine
114
B
-rw-r--r--
1990-01-01 12:00
syslog
226
B
-rw-r--r--
2024-11-05 02:29
wp-toolkit
163
B
-rw-r--r--
2026-08-28 22:24
wp-toolkit-action-logs
3.57
KB
-rw-r--r--
2026-09-12 17:51
wtmp
145
B
-rw-r--r--
2018-02-19 10:06
zabbix-agent
132
B
-rw-r--r--
2025-01-27 10:11
Save
Rename
# This is the MariaDB configuration for the logrotate utility # # Note that on most Linux systems logs are written to journald, which has its # own rotation scheme. # # Read https://mariadb.com/docs/server/server-management/server-monitoring-logs/error-log to learn more about logging and # https://mariadb.com/docs/server/server-management/server-monitoring-logs/rotating-logs-on-unix-and-linux about rotating logs. /var/lib/mysql/mysqld.log /var/lib/mysql/mariadb.log /var/log/mariadb/*.log { # Depends on a mysql@localhost unix_socket authenticated user with RELOAD privilege su mysql mysql # If any of the files listed above is missing, skip them silently without # emitting any errors missingok # If file exists but is empty, don't rotate it notifempty # Run monthly monthly # Keep 6 months of logs rotate 6 # If file is growing too big, rotate immediately maxsize 500M # If file size is too small, don't rotate at all minsize 50M # Compress logs, as they are text and compression will save a lot of disk space compress # Don't compress the log immediately to avoid errors about "file size changed while zipping" delaycompress # Don't run the postrotate script for each file configured in this file, but # run it only once if one or more files were rotated sharedscripts # After each rotation, run this custom script to flush the logs. Note that # this assumes that the mariadb-admin command has database access, which it # has thanks to the default use of Unix socket authentication for the 'mysql' # (or root on Debian) account used everywhere since MariaDB 10.4. postrotate if test -r /etc/mysql/debian.cnf then EXTRAPARAM='--defaults-file=/etc/mysql/debian.cnf' fi if test -x /usr/bin/mariadb-admin then /usr/bin/mariadb-admin $EXTRAPARAM --local flush-error-log \ flush-engine-log flush-general-log flush-slow-log fi endscript }