Oracle
1Z0-822 · Question #112
By default, which directory does the audit_binfile plug-in write log files in, and what is the maximum size of each log file?
The correct answer is D. /var/audit, no limit. The following directives cause audit_binfile.so to be loaded, specify the directories for writing audit logs, and specify the percentage of required free space per directory. auditconfig -setplugin audit_binfile active \…
Advanced User Management
Question
By default, which directory does the audit_binfile plug-in write log files in, and what is the maximum size of each log file?
Options
- A/var/adm/audit, 100 MB
- B/var/audit, 100 MB
- C/var/adm, no limit
- D/var/audit, no limit
- E/var/adm/audit, 16 EB
How the community answered
(50 responses)- A2% (1)
- B2% (1)
- C8% (4)
- D88% (44)
Explanation
- The following directives cause audit_binfile.so to be loaded, specify the directories for writing audit logs, and specify the percentage of required free space per directory. auditconfig -setplugin audit_binfile active \ "p_dir=/var/audit/jedgar/eggplant,/var/audit/jedgar.aux/eggplant, /var/audit/global/eggplant;p_minfree=20;p_fsize=4.5GB" * The attributes specifying the configuration of audit_binfile plugin include: dir1[,dir2],.. [,dirn] A list of directories, where the audit files will be created. Any valid writable directory can be The p_fsize attribute defines the maximum size that an audit file can become before it is automatically closed and a new audit file is opened. This is equivalent to an administrator issuing an audit -ncommand when the audit file size equals the value specified by the administrator. The default size is zero (0), which allows the file to grow without bound.
Topics
#auditing#audit_binfile#audit log directory#BSM
Community Discussion
No community discussion yet for this question.