LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   cron on debian 4.0, what use have the cron.xxxx folders? (https://www.linuxquestions.org/questions/linux-newbie-8/cron-on-debian-4-0-what-use-have-the-cron-xxxx-folders-634693/)

isync 04-11-2008 11:35 AM

cron on debian 4.0, what use have the cron.xxxx folders?
 
I am running debian 4.0 and thought, the folders under /etc labeled cron.daily, cron.weekly etc are for scripts that are executed on that basis.

So I wrote simple .sh scripts and copied them into the dirs. Nothing happens!

Why? Can somebody shed some light onto the overall concept?
Do I have to fiddle with crontab...?

bigrigdriver 04-11-2008 12:17 PM

What permissions did you apply to the script?

isync 04-11-2008 12:45 PM

in /etc/cron.daily its a symbolic link (all permission) owned by root

pointing to /root

where the script had very limited permissions. I changed this now to 0755.

isync 04-14-2008 04:46 PM

Still, it doesn't work.

Anyone with a short introduction to the overall cron layout/functionality on debian 4.0?

So far, I have found this post about how the cron directories / crontab works.


All times are GMT -5. The time now is 11:40 AM.