2025-03-14 21:59:59 -06:00
|
|
|
# atq
|
|
|
|
|
|
|
|
|
|
> Show jobs scheduled by `at` or `batch` commands.
|
|
|
|
|
> More information: <https://manned.org/atq>.
|
|
|
|
|
|
|
|
|
|
- Show the current user's scheduled jobs:
|
|
|
|
|
|
|
|
|
|
`atq`
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
- Show jobs from the `a` [q]ueue (queues have single-character names):
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`atq -q {{a}}`
|
|
|
|
|
|
|
|
|
|
- Show jobs of all users (run as superuser):
|
|
|
|
|
|
|
|
|
|
`sudo atq`
|