Linux
Command
Library
Commands
Basics
Tips
atq
atq
TLDR
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 super user)
$ sudo atq
COLLAPSE ALL
Copied to clipboard