atq(1) DG/UX R4.11MU05 atq(1)
NAME
atq - display the jobs queued to run at specified times
SYNOPSIS
atq [ -c ] [ -n ] [ username ... ]
where:
username A valid user name
DESCRIPTION
Atq displays the current user's queue of jobs submitted with at to be
run at a later date. If invoked by the privileged user, atq will
display all jobs in the queue in this format:
Rank Execution Owner Job Queue Job Name
Example:
1 Jun 17, 1994 17:00 root 771886800.a a stdin
If no options are given, the jobs are displayed in chronological
order of execution.
When a privileged user invokes atq without specifying username, the
entire queue is displayed; when a username is specified, only those
jobs belonging to the named user are displayed.
Options
-c Display the queued jobs in the order they were created (that
is, the time that the at command was given).
-n Display only the total number of jobs currently in the queue.
FILES
/var/spool/cron spool area
DIAGNOSTICS
Exit code is 0 on successful completion, and >0 if an error occurs.
SEE ALSO
at(1), atrm(1).
cron(1M).
Licensed material--property of copyright holder(s)