Results 1 to 2 of 2
i have a script put in cron.daily and edit the var/spool/cron/crontabs/root file with this text
Code:
Code:
# Run daily cron jobs at 10 minutes:
10 * * * * ...
- 09-24-2010 #1Just Joined!
- Join Date
- May 2009
- Posts
- 55
script didn't run in cron, is there something wrong?
i have a script put in cron.daily and edit the var/spool/cron/crontabs/root file with this text
Code:
yet its not working..Code:# Run daily cron jobs at 10 minutes: 10 * * * * /usr/bin/run-parts /etc/cron.daily 1> /dev/null
where else did i go wrong
is it script that i've wrote?
- 09-25-2010 #2
You need to show us the actual script for someone to tell you that.
Have you given full pathnames for all commands in the script? I once had a cron script which didn't work because I had used simple command names, assuming that cron used the same command path as root - it doesn't!"I'm just a little old lady; don't try to dazzle me with jargon!"


Reply With Quote