Mailinglist Archive: opensuse (2407 mails)
| < Previous | Next > |
[SLE] Help with crontab
- From: a_jalan@xxxxxxxx (Anurag Jalan)
- Date: Tue, 29 Aug 2000 01:11:06 +0530
- Message-id: <39AAC052.ED831F8B@xxxxxxxx>
Hi all,
I need to run fetchnews as a 'root' cronjob
I have tried both crontab -e ( as root )
(A)
/bin/bash
0-59/3 * * * * /opt/leafnode/fetchnews
and (B)
/bin/bash
0-59/3 * * * * /root/getnews
where /root/getnews is :
#!/bin/sh
/opt/leafnode/sbin/fetchnews
when i run /opt/leafnode/sbin/fetchnews, FETCHNEWS works fine ...
What am i missing ?
Regards
Anurag
--
To unsubscribe send e-mail to suse-linux-e-unsubscribe@xxxxxxxx
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the FAQ at http://www.suse.com/support/faq
| < Previous | Next > |