EnglishFrenchSpanish

Ad


OnWorks favicon

aide - Online in the Cloud

Run aide in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command aide that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


aide - Advanced Intrusion Detection Environment

SYNOPSIS


aide [parameters] command

DESCRIPTION


aide is an intrusion detection system for checking the integrity of files.

COMMANDS


--check, -C
Checks the database for inconsistencies. You must have an initialized database to
do this. This is also the default command. Without any command aide does a check.

--init, -i
Initialize the database. You must initialize a database and move it to the
appropriate place before you can use the --check command.

--update, -u
Checks the database and updates the database non-interactively. The input and
output databases must be different.

--compare, -E
Compares two databases. They must be defined in configfile with database=<url> and
database_new=<url>.

--config-check, -D
Stops after reading in the configuration file. Any errors will be reported. If
aide was compiled with the "--with-dbhmackey" option, a hash for the config file
will be calculated. See the aide manual for more information.

PARAMETERS


--config=configfile , -c configfile
Configuration is read from file configfile instead of "./aide.conf". Use '-' for
stdin.

--before="configparameters" , -B "configparameters"
These configparameters are handled before the reading of the configuration file.
See aide.conf (5) for more details on what to put here.

--after="configparameters" , -A "configparameters"
These configparameters are handled after the reading of the configuration file. See
aide.conf (5) for more details on what to put here.

--verbose=verbosity_level,-Vverbosity_level
Controls how verbose aide is. Value must [0-255]. The default is 5. With no
argument Value is set to 20. This parameter overrides the value set in a
configuration file.

--report=reporter,-r reporter
reporter is a URL which tells aide where to send it's output. See aide.conf (5)
section URLS for available values.

--version,-v
aide prints out its version number

--help,-h
Prints out the standard help message.

DIAGNOSTICS


Normally, the exit status is 0 if no errors occurred. Except when the --check, --compare
or --update command was requested, in which case the exit status is defined as:

1 * (new files detected?) +

2 * (removed files detected?) +

4 * (changed files detected?)

Additionally, the following exit codes are defined for generic error conditions:

14 Error writing error

15 Invalid argument error

16 Unimplemented function error

17 Invalid configureline error

18 IO error

19 Version mismatch error

NOTES


Please note that due to mmap issues, aide cannot be terminated with SIGTERM. Use SIGKILL
to terminate.

The checksums in the database and in the output are by default base64 encoded (see also
report_base16 option). To decode them you can use the following shell command:

echo <encoded_checksum> | base64 -d | hexdump -v -e '32/1 "%02x" "\n"'

Use aide online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    DivKit
    DivKit
    DivKit is an open source Server-Driven
    UI (SDUI) framework. It allows you to
    roll out server-sourced updates to
    different app versions. Also, it can be
    used fo...
    Download DivKit
  • 2
    subconverter
    subconverter
    Utility to convert between various
    subscription format. Shadowrocket users
    should use ss, ssr or v2ray as target.
    You can add &remark= to
    Telegram-liked HT...
    Download subconverter
  • 3
    SWASH
    SWASH
    SWASH is a general-purpose numerical
    tool for simulating unsteady,
    non-hydrostatic, free-surface,
    rotational flow and transport phenomena
    in coastal waters as ...
    Download SWASH
  • 4
    VBA-M (Archived - Now on Github)
    VBA-M (Archived - Now on Github)
    Project has moved to
    https://github.com/visualboyadvance-m/visualboyadvance-m
    Features:Cheat creationsave statesmulti
    system, supports gba, gbc, gb, sgb,
    sgb2Tu...
    Download VBA-M (Archived - Now on Github)
  • 5
    Stacer
    Stacer
    Linux System Optimizer and Monitoring
    Github Repository:
    https://github.com/oguzhaninan/Stacer.
    Audience: End Users/Desktop. User
    interface: Qt. Programming La...
    Download Stacer
  • 6
    OrangeFox
    OrangeFox
    Fork of TeamWinRecoveryProject(TWRP)
    with many additional functions, redesign
    and more Features:Supports Treble and
    non-Treble ROMsUp-to-date Oreo kernel,
    built...
    Download OrangeFox
  • More »

Linux commands

Ad