1atq(1) User Commands atq(1)
2
3
4
6 atq - display the jobs queued to run at specified times
7
9 atq [-c] [-n] [username]...
10
11
13 The atq utility displays the at jobs queued up for the current user.
14 at(1) is a utility that allows users to execute commands at a later
15 date. If invoked by a user with the solaris.jobs.admin authorization,
16 atq will display all jobs in the queue.
17
18
19 If no options are given, the jobs are displayed in chronological order
20 of execution.
21
22
23 When an authorized user invokes atq without specifying username, the
24 entire queue is displayed; when a username is specified, only those
25 jobs belonging to the named user are displayed.
26
28 The following options are supported:
29
30 -c Displays the queued jobs in the order they were created (that is,
31 the time that the at command was given).
32
33
34 -n Displays only the total number of jobs currently in the queue.
35
36
38 /var/spool/cron/atjobs spool area for at jobs.
39
40
42 See attributes(5) for descriptions of the following attributes:
43
44
45
46
47 ┌─────────────────────────────┬─────────────────────────────┐
48 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
49 ├─────────────────────────────┼─────────────────────────────┤
50 │Availability │SUNWcsu │
51 └─────────────────────────────┴─────────────────────────────┘
52
54 at(1), atrm(1), auths(1), cron(1M), auth_attr(4), attributes(5)
55
56
57
58SunOS 5.11 13 Aug 1999 atq(1)