mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 02:53:08 +00:00
Update cheatsheets
This commit is contained in:
25
tldr/linux/systemctl-list-timers
Normal file
25
tldr/linux/systemctl-list-timers
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# systemctl list-timers
|
||||
|
||||
> List all active systemd timers.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#list-timers%20PATTERN…>.
|
||||
|
||||
- List all active timers:
|
||||
|
||||
`systemctl list-timers`
|
||||
|
||||
- List 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|...}}`
|
||||
Reference in New Issue
Block a user