atq(1) manual page
Table of Contents
atq - display the jobs queued to run at specified times
atq
[ -c ] [ -n ] [username... ]
SUNWcsu
atq displays
the at jobs queued up for the current user. at(1)
is a utility that allows
users to execute commands at a later date. If invoked by the privileged
user, atq will display all jobs in the queue.
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.
- -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.
- /var/spool/cron/atjobs
- spool
area for at jobs.
at(1)
, atrm(1)
, cron(1M)
Table of Contents