Re: question regarding removing files under /usr/spool/cron/atjobs

From: Markku Ojala (mace@pcuf.fi)
Date: 04/24/03

  • Next message: Courtney Edwards: "WEB-INF directory in wrong location"
    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


  • Next message: Courtney Edwards: "WEB-INF directory in wrong location"