2017-05-01 11:06:06 +01:00
|
|
|
# atq
|
|
|
|
|
|
|
|
> Show jobs scheduled by `at` or `batch` commands.
|
2022-03-09 04:28:57 +00:00
|
|
|
> More information: <https://manned.org/atq>.
|
2017-05-01 11:06:06 +01:00
|
|
|
|
|
|
|
- Show the current user's scheduled jobs:
|
|
|
|
|
|
|
|
`atq`
|
|
|
|
|
2024-02-09 14:34:08 +00:00
|
|
|
- Show jobs from the 'a' [q]ueue (queues have single-character names):
|
2017-05-01 11:06:06 +01:00
|
|
|
|
|
|
|
`atq -q {{a}}`
|
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Show jobs of all users (run as superuser):
|
2017-05-01 11:06:06 +01:00
|
|
|
|
|
|
|
`sudo atq`
|