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