LinuxCommandLibrary

acpi_listen

TLDR

Listen to any ACPI event while the daemon is running

$ acpi_listen
copy

SYNOPSIS

acpi_listen [-h]

DESCRIPTION

acpi_listen monitors and displays ACPI (Advanced Configuration and Power Interface) events from the kernel in real-time. Events include power button presses, lid open/close, AC adapter connection, battery status changes, and thermal events.
The tool connects to the acpid daemon socket to receive events. Each event is printed to standard output as it occurs.

PARAMETERS

-h, --help

Display help information

CAVEATS

Requires the acpid daemon to be running. Events will not be received if acpid is not active or if the user lacks permission to access the ACPI socket.

HISTORY

Part of the acpid (ACPI daemon) package, which provides a framework for handling ACPI events on Linux systems.

SEE ALSO

acpi(1), acpid(8)

Copied to clipboard