Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

atq(1) [bsd man page]

ATQ(1)							      General Commands Manual							    ATQ(1)

NAME
atq - print the queue of jobs waiting to be run SYNOPSIS
atq [ -c ] [ -n ] [ name ... ] DESCRIPTION
Atq prints the queue of jobs that are waiting to be run at a later date. These jobs were created with the at(1) command. With no flags, the queue is sorted in the order that the jobs will be executed. If the -c flag is used, the queue is sorted by the time that the at command was given. The -n flag prints only the total number of files that are currently in the queue. If a name(s) is provided, only those files belonging to that user(s) are displayed. FILES
/usr/spool/at spool area SEE ALSO
at(1), atrm(1), cron(8) 4.3 Berkeley Distribution May 10, 1986 ATQ(1)

Check Out this Related Man Page

atq(1)								   User Commands							    atq(1)

NAME
atq - display the jobs queued to run at specified times SYNOPSIS
atq [-c] [-n] [username]... DESCRIPTION
The atq utility 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 a user with the solaris.jobs.admin authorization, atq will display all jobs in the queue. If no options are given, the jobs are displayed in chronological order of execution. When an authorized 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
The following options are supported: -c Displays the queued jobs in the order they were created (that is, the time that the at command was given). -n Displays only the total number of jobs currently in the queue. FILES
/var/spool/cron/atjobs spool area for at jobs. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ SEE ALSO
at(1), atrm(1), auths(1), cron(1M), auth_attr(4), attributes(5) SunOS 5.11 13 Aug 1999 atq(1)
Man Page