snippetbashTip
atq — Show jobs scheduled by `at` or `batch` commands. More information: <https://manned.org/atq>.
Viewed 0 times
commandbatchcommandsshowclischeduledatqjobs
Problem
How to use the
atq command: Show jobs scheduled by at or batch commands. More information: <https://manned.org/atq>.Solution
atq — Show jobs scheduled by at or batch commands. More information: <https://manned.org/atq>.Show the current user's scheduled jobs:
atqShow jobs from the
a [q]ueue (queues have single-character names):atq -q {{a}}Show jobs of all users (run as superuser):
sudo atqCode Snippets
Show the current user's scheduled jobs
atqShow jobs from the `a` [q]ueue (queues have single-character names)
atq -q {{a}}Show jobs of all users (run as superuser)
sudo atqContext
tldr-pages: common/atq
Revisions (0)
No revisions yet.