commands.sh

systemctl list-timers

linux

List all active systemd timers.

More info →

Options (1)

-a, --allboolean

List all timers, including inactive ones

Example: systemctl list-timers {{[-a|--all]}}

Examples (4)

List all active timers

List all timers, including inactive ones

List timers matching a pattern

List timers matching a specific state

systemctl list-timers --state active|inactive|failed|...
made by @shridhargupta | data from tldr-pages