HEX
Server: Apache
System: Linux server.genocus.co.in 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: tekesnew (1028)
PHP: 8.0.25
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //etc/logrotate.d/ubuntu-advantage-tools
# use the root group by default, since this is the owning group
# of /var/log/ubuntu-advantage*.log files.
/var/log/ubuntu-advantage*.log {
    su root root
    create 0644 root root
    rotate 6
    monthly
    compress
    delaycompress
    missingok
    notifempty
}