snippetbashTip
systemctl list-timers — List all active systemd timers. More information: <https://www.freedesktop.org/software/systemd/man/
Viewed 0 times
systemdcommandtimersallsystemctl list-timerscliactivelist
linux
Problem
How to use the
systemctl list-timers command: List all active systemd timers. More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#list-timers%20PATTERN%E2%80%A6>.Solution
systemctl list-timers — List all active systemd timers. More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#list-timers%20PATTERN%E2%80%A6>.List all active timers:
systemctl list-timersList all timers, including inactive ones:
systemctl list-timers {{[-a|--all]}}List timers matching a pattern:
systemctl list-timers {{pattern}}List timers matching a specific state:
systemctl list-timers --state {{active|inactive|failed|...}}Code Snippets
List all active timers
systemctl list-timersList all timers, including inactive ones
systemctl list-timers {{[-a|--all]}}List timers matching a pattern
systemctl list-timers {{pattern}}List timers matching a specific state
systemctl list-timers --state {{active|inactive|failed|...}}Context
tldr-pages: linux/systemctl list-timers
Revisions (0)
No revisions yet.