1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 00:17:56 +01:00
tldr/pages/common/atq.md
Moti Korets 2f03bc1362 at: add page, atq: add page, atrm: add page, and batch: add page (#1344)
commands to queue commands execution at specified time
or when system load allows
2017-05-01 11:06:06 +01:00

15 lines
255 B
Markdown

# atq
> Show jobs scheduled by `at` or `batch` commands.
- Show the current user's scheduled jobs:
`atq`
- Show jobs from queue named 'a' (queues have single-character names):
`atq -q {{a}}`
- Show jobs of all users (run as super user):
`sudo atq`