HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

atq — Show jobs scheduled by `at` or `batch` commands. More information: <https://manned.org/atq>.

Submitted by: @import:tldr-pages··
0
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:
atq


Show jobs from the a [q]ueue (queues have single-character names):
atq -q {{a}}


Show jobs of all users (run as superuser):
sudo atq

Code Snippets

Show the current user's scheduled jobs

atq

Show jobs from the `a` [q]ueue (queues have single-character names)

atq -q {{a}}

Show jobs of all users (run as superuser)

sudo atq

Context

tldr-pages: common/atq

Revisions (0)

No revisions yet.