mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 09:42:07 +02:00
15 lines
255 B
Markdown
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`
|