cron jobs not running

Andy Green andy at warmcat.com
Fri Jan 27 14:54:28 UTC 2006


Brian D. McGrew wrote:

> Any other ideas what I should be looking for?  Even putting a simple
> line in like:
> 
> 1,5,10 * * * * /bin/ls -la / >> /tmp/cron.ls_log 2>&1 

the main /etc/crontab file has a slight variation in syntax: you need to
add the user to run the job as just before the job details:

1,5,10 * * * * root /bin/ls -la / >> /tmp/cron.ls_log 2>&1

-Andy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4492 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20060127/f13378b3/attachment-0001.bin>


More information about the fedora-list mailing list