mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 18:55:53 +02:00
aide: add page (#16970)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
parent
19ec64b7a3
commit
d116e98e10
1 changed files with 32 additions and 0 deletions
32
pages/linux/aide.md
Normal file
32
pages/linux/aide.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# aide
|
||||
|
||||
> Advanced Intrusion Detection Environment to validate file integrity.
|
||||
> More information: <https://manned.org/aide>.
|
||||
|
||||
- Initialize the database:
|
||||
|
||||
`sudo aide {{[-i|--init]}}`
|
||||
|
||||
- Check the database for inconsistencies:
|
||||
|
||||
`sudo aide {{[-C|--check]}}`
|
||||
|
||||
- Compare two databases according to definitions in the config file:
|
||||
|
||||
`sudo aide {{[-E|--compare]}}`
|
||||
|
||||
- Check and update the database non-interactively:
|
||||
|
||||
`sudo aide {{[-u|--update]}}`
|
||||
|
||||
- Define a config file to override the default {{./aide.conf}}:
|
||||
|
||||
`sudo aide {{[-c|--config]}} {{path/to/config_file}}`
|
||||
|
||||
- Use REGEX to limit AIDE to a specific string:
|
||||
|
||||
`sudo aide {{[-l|--limit]}} {{REGEX}}`
|
||||
|
||||
- Send reporter results to a URL:
|
||||
|
||||
`sudo aide {{[-r|--report]}} {{reporterurl}}`
|
Loading…
Add table
Reference in a new issue