mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 16:55:13 +00:00
Update cheatsheets
This commit is contained in:
22
auditd
Normal file
22
auditd
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user