Options (7)
-i, --initbooleanInitialize the database
Example:
sudo aide {{[-i|--init]}}-C, --checkbooleanCheck the database for inconsistencies
Example:
sudo aide {{[-C|--check]}}-E, --comparebooleanCompare two databases according to definitions in the config file
Example:
sudo aide {{[-E|--compare]}}-u, --updatebooleanCheck and update the database non-interactively
Example:
sudo aide {{[-u|--update]}}-c, --configbooleanDefine a config file to override the default `aide.conf`
Example:
sudo aide {{[-c|--config]}} {{path/to/config_file}}-l, --limitbooleanUse `regex` to limit AIDE to a specific string
Example:
sudo aide {{[-l|--limit]}} {{regex}}-r, --reportbooleanSend reporter results to a URL
Example:
sudo aide {{[-r|--report]}} {{reporterurl}}Examples (7)
made by @shridhargupta | data from tldr-pages