1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:02:09 +02:00
tldr/pages/common/atq.md
2021-08-15 19:59:09 +02:00

312 B

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