mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 16:48:53 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/linux/systemctl-list-jobs
Normal file
17
tldr/linux/systemctl-list-jobs
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user