Show Table of Contents
7.4. Starting the audit Service
Once
auditd is properly configured, start the service to collect Audit information and store it in the log files. Execute the following command as the root user to start auditd:
~]# service auditd start
Optionally, you can configure
auditd to start at boot time using the following command as the root user:
~]# chkconfig auditd on
A number of other actions can be performed on
auditd using the service auditd action command, where action can be one of the following:
stop— stopsauditd.restart— restartsauditd.reloadorforce-reload— reloads the configuration of auditd from the/etc/audit/auditd.conffile.rotate— rotates the log files in the/var/log/audit/directory.resume— resumes logging of Audit events after it has been previously suspended, for example, when there is not enough free space on the disk partition that holds the Audit log files.condrestartortry-restart— restarts auditd only if it is already running.status— displays the running status of auditd.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.