mirror of https://github.com/CrimsonTome/tldr.git
17 lines
312 B
Markdown
17 lines
312 B
Markdown
# atq
|
|
|
|
> Show jobs scheduled by `at` or `batch` commands.
|
|
> More information: <https://man.archlinux.org/man/at.1>.
|
|
|
|
- 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`
|