HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

systemctl list-jobs — List of active systemd jobs that are currently queued or running on the system. More information: <h

Submitted by: @import:tldr-pages··
0
Viewed 0 times
systemdcommandsystemctl list-jobscliactivejobsthatlist
linux

Problem

How to use the systemctl list-jobs command: 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%E2%80%A6>.

Solution

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%E2%80%A6>.

List all active jobs:
systemctl list-jobs


Filter jobs for a specific unit:
systemctl list-jobs {{unit}}

Code Snippets

List all active jobs

systemctl list-jobs

Filter jobs for a specific unit

systemctl list-jobs {{unit}}

Context

tldr-pages: linux/systemctl list-jobs

Revisions (0)

No revisions yet.