I have a large amount of disk usage in the /var/log/sudo-io directory In the form om "AA, AB, AC..." directories
Can I delete the complete content af this directory ?
I have a large amount of disk usage in the /var/log/sudo-io directory In the form om "AA, AB, AC..." directories
Can I delete the complete content af this directory ?
Copyright © 2021 Jogjafile Inc.
In the past I have deleted the complete contents without any ill effect.
My current cron job removes old contents a little more carefully:
While this type of approach works in most cases, a situation where a script is creating tons of sudo sessions frequently will still fill the disk simply because each session creates a new directory and each directory occupies a certain minimum size (at least with
XFS)