Hello list. I want to run a script, using the crontab facilites in debian : I have created a symbolic link to my administrative script in /etc/cron.weekly, but it seems to me that it is never triggered.
Here is the ls for the symlink in /etc/cron.daily: lrwxrwxrwx 1 root root Here is the same information for the script itself, located in ~/bin of my normal user account: -rwxr--r-- 1 dod dod My regular user account (dod) is not a member of root group. What should I do ? Thanks for the hints. Dominique