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

atrm(1) 							   User Commands							   atrm(1)

NAME
atrm - remove jobs spooled by at or batch SYNOPSIS
atrm [-afi] [ [ job #] [user...]] DESCRIPTION
The atrm utility removes delayed-execution jobs that were created with the at(1) command, but have not yet executed. The list of these jobs and associated job numbers can be displayed by using atq(1). atrm removes each job-number you specify, and/or all jobs belonging to the user you specify, provided that you own the indicated jobs. You can only remove jobs belonging to other users if you have solaris.jobs.admin privileges. OPTIONS
The following options are supported: -a All. Removes all unexecuted jobs that were created by the current user. If invoked by the privileged user, the entire queue will be flushed. -f Force. All information regarding the removal of the specified jobs is suppressed. -i Interactive. atrm asks if a job should be removed. If you respond with a y, the job will be removed. 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), atq(1), auths(1), cron(1M), auth_attr(4), attributes(5) SunOS 5.10 13 Aug 1999 atrm(1)
Man Page