commands.sh

aide

linux

Advanced Intrusion Detection Environment to validate file integrity.

More info →

Options (7)

-i, --initboolean

Initialize the database

Example: sudo aide {{[-i|--init]}}
-C, --checkboolean

Check the database for inconsistencies

Example: sudo aide {{[-C|--check]}}
-E, --compareboolean

Compare two databases according to definitions in the config file

Example: sudo aide {{[-E|--compare]}}
-u, --updateboolean

Check and update the database non-interactively

Example: sudo aide {{[-u|--update]}}
-c, --configboolean

Define a config file to override the default `aide.conf`

Example: sudo aide {{[-c|--config]}} {{path/to/config_file}}
-l, --limitboolean

Use `regex` to limit AIDE to a specific string

Example: sudo aide {{[-l|--limit]}} {{regex}}
-r, --reportboolean

Send reporter results to a URL

Example: sudo aide {{[-r|--report]}} {{reporterurl}}

Examples (7)

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
made by @shridhargupta | data from tldr-pages