1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/atq.md

17 lines
300 B
Markdown
Raw Normal View History

# atq
> Show jobs scheduled by `at` or `batch` commands.
> More information: <https://manned.org/atq>.
- 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 superuser):
`sudo atq`