1atrm(1) User Commands atrm(1)
2
3
4
6 atrm - remove jobs spooled by at or batch
7
9 atrm [-afi] [ [job #] [user]...]
10
11
13 The atrm utility removes delayed-execution jobs that were created with
14 the at(1) command, but have not yet executed. The list of these jobs
15 and associated job numbers can be displayed by using atq(1).
16
17
18 atrm removes each job-number you specify, and/or all jobs belonging to
19 the user you specify, provided that you own the indicated jobs.
20
21
22 You can only remove jobs belonging to other users if you have
23 solaris.jobs.admin privileges.
24
26 The following options are supported:
27
28 -a All. Removes all unexecuted jobs that were created by the current
29 user. If invoked by the privileged user, the entire queue is
30 flushed.
31
32
33 -f Force. All information regarding the removal of the specified
34 jobs is suppressed.
35
36
37 -i Interactive. atrm asks if a job should be removed. If the
38 response is affirmative, the job is removed.
39
40
42 /var/spool/cron/atjobs Spool area for at jobs
43
44
46 See environ(5) for descriptions of the following environment variables
47 that affect the execution of atrm: LANG, LC_ALL, LC_COLLATE, LC_CTYPE,
48 LC_MESSAGES, and NLSPATH.
49
50
51 Affirmative responses are processed using the extended regular expres‐
52 sion defined for the yesexpr keyword in the LC_MESSAGES category of the
53 user's locale. The locale specified in the LC_COLLATE category defines
54 the behavior of ranges, equivalence classes, and multi-character col‐
55 lating elements used in the expression defined for yesexpr. The locale
56 specified in LC_CTYPE determines the locale for interpretation of
57 sequences of bytes of text data a characters, the behavior of character
58 classes used in the expression defined for the yesexpr. See locale(5)
59
61 See attributes(5) for descriptions of the following attributes:
62
63
64
65
66 ┌─────────────────────────────┬─────────────────────────────┐
67 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
68 ├─────────────────────────────┼─────────────────────────────┤
69 │Availability │SUNWcsu │
70 └─────────────────────────────┴─────────────────────────────┘
71
73 at(1), atq(1), auths(1), cron(1M), auth_attr(4), attributes(5), envi‐
74 ron(5), locale(5)
75
76
77
78SunOS 5.11 16 Jul 2007 atrm(1)