utils auditd
To start, stop, and to provide the status of the system auditing service, use the utils auditd command in Administrator (admin:) mode.
utils auditd { enable | disable | status }
Syntax Description
| enable |
Enables the collection of audit logs. When enabled, the system monitors and records user actions as well as Linux events such as the creation and removal of users, as well as the editing and deleting of files. |
| disable |
Disables the collection of audit logs. |
| status |
Displays the status of audit log collection. You can also use CLI to retrieve logs. |
Command Default
None
Command Modes
Administrator (admin:)
Command History
|
Release |
Modification |
|---|---|
|
CCCSP-15.0(1) |
This command was introduced. |
Usage Guidelines
After the service has been enabled, it monitors and logs activity on the system. Be aware that the system auditing service logs a lot of information. Care must be taken not to overfill the disk.
Examples
The following is an example for utils auditd status command:
admin:utils auditd status
auditd service is running
Examples
The following is an example for utils auditd enable command:
admin:utils auditd enable
The auditd daemon has been started and was set to start upon reboot.
admin:utils auditd status
auditd service is running
Examples
The following is an example for utils auditd disable command:
admin:utils auditd disable
The daemon has been stopped and removed from startup configuration
admin:utils auditd status
auditd service is stopped


Feedback