Files
cheatsheet-tldr/tldr/linux/systemctl-list-jobs
2025-10-09 00:19:00 +00:00

18 lines
430 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# systemctl list-jobs
> List of active systemd jobs that are currently queued or running on the system.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#list-jobs%20PATTERN…>.
- List all active jobs:
`systemctl list-jobs`
- Filter jobs for a specific unit:
`systemctl list-jobs {{unit}}`