HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

auditd — This responds to requests from the audit utility and notifications from the kernel. It should not be

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandauditdfromthisrequestscliresponds

Problem

How to use the auditd command: This responds to requests from the audit utility and notifications from the kernel. It should not be invoked manually. More information: <https://manned.org/auditd>.

Solution

auditd — This responds to requests from the audit utility and notifications from the kernel. It should not be invoked manually. More information: <https://manned.org/auditd>.

Start the daemon:
auditd


Start the daemon in debug mode:
auditd -d


Start the daemon on-demand from launchd:
auditd -l

Code Snippets

Start the daemon

auditd

Start the daemon in debug mode

auditd -d

Start the daemon on-demand from launchd

auditd -l

Context

tldr-pages: common/auditd

Revisions (0)

No revisions yet.