--- 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: . - List all active jobs: `systemctl list-jobs` - Filter jobs for a specific unit: `systemctl list-jobs {{unit}}`