Re: question regarding removing files under /usr/spool/cron/atjobs
From: Markku Ojala (mace@pcuf.fi)
Date: 04/24/03
- Previous message: Valentin Nechayev: "Re: /bin/ksh not found"
- In reply to: L: "question regarding removing files under /usr/spool/cron/atjobs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: mace@pcuf.fi (Markku Ojala) Date: 24 Apr 2003 19:02:21 GMT
In article <e32e66ba.0304221725.7fd5b57@posting.google.com>,
L <traill2003@yahoo.com> wrote:
> I have a list of files (around 6,000) under /usr/spool/cron/atjobs
> [...]
> When I try to remove these job entries by at -r, the following happens
>
> /usr/spool/cron/atjobs> at -r _at24
> at: _at24: No such file or directory
Your atq(1)[0] should list numbers for your jobs, try using them
for arguments of "at -r". Thus removing of job #24 would become
"at -r 24".
[0] or equivalent, perhaps "at -q"
> L
.mace --- 00d0 x
- Previous message: Valentin Nechayev: "Re: /bin/ksh not found"
- In reply to: L: "question regarding removing files under /usr/spool/cron/atjobs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]