Analyzer Commands

*This command is only available on KUSANAGI Security Edition.

Overview

"analyzer" commands can be executed by either "root" users.
If you are not able to use the "analyzer" commands, please make sure you are a "root" user.
The full path to "analyzer" commands is "/opt/local/bin/analyzer".

Common options

-V | --version

Checks version information for the current KUSANAGI environment.

Example

analyzer -V
analyzer --version

Output

# analyzer -V
KUSANAGI Version 9.0.0-1.el8

-h | --help

Displays the usage of "analyzer" commands and each subcommand.

Example

analyzer -h
analyzer list -h
analyzer run -h

[--dryrun] {subcommand}

Verifies the result of executing a "analyzer" subcommand without actually executing the subcommand.
The "--dryrun" option must be specified immediately before the subcommand.
After the subcommand, specify the options for each subcommand.

Example

kusanagi --dryrun run
kusanagi --dryrun on

[--quiet] {subcommand}

Suppresses output for successful command execution for executing a "analyzer" subcommand.
The "--dryrun" option must be specified immediately before the subcommand.
After the subcommand, specify the options for each subcommand.

Example

analyzer --quiet list
analyzer --quiet status