Files
tldr/pages/linux/systemctl-list-jobs.md
T
2025-10-08 23:32:26 +03:00

338 B

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}}