Forum Moderators: phranque
I've got quite a few cron jobs in my /etc/cron.daily directory, but if I do crontab -l that lists the current cron job even though there are others in the directory.
The reason why I am asking is because my current cron job updates the RSS feed, but I have another which backs up the database. However the cron job which does the database did not run, it only runs the current cron job which is the RSS feed. Am I right?
What I would like to do is to get both cron jobs working. Now do I have to make each one an executable in the way of chmod 755? I'm not quite sure, just wondering the best way to overcome this.
Thanks
W. :o)