サーバー管理者は、Linux サーバー上の /var/log/audit/audit.log ファイルが頻繁にローテーションしていることに気付きました。管理者は、ログ内の情報を失わずに脚の回転回数を減らしたいと考えています。管理者は次のどれを設定する必要がありますか?
正解:A
The audit.log file is a file that records security-related events on a Linux server, such as user login, file access, and system commands. The logrotate utility is a tool that rotates, compresses, and deletes old log files based on certain criteria, such as size, time, or frequency. To decrease the number of times the log rotates without losing any information, the administrator should increase the audit.log file size in the appropriate configuration file, such as /etc/logrotate.conf or /etc/logrotate.d/auditd. Verified Reference: [audit.log], [logrotate]