URL: https://linuxfr.org/forums/linux-mandriva/posts/crontab-avec-mandriva-2006 Title: Crontab avec Mandriva 2006 Authors: philippedr Date: 2006年09月15日T20:15:54+02:00 Tags: Score: 0 Bonjour, Je n'arrive pas à faire fonctionner crontab avec Mandriva 2006. Ci-dessous mon exemple simple du fichier crontab. Pouvez vous m'aider à trouver l'erreur dans le fichier ci-dessous /etc/crontab. Pour info le script wget [http://www.sytadin.tm.fr/tempsreel/general.gif](http://www.sytadin.tm.fr/tempsreel/general.gif) -O /home/philippe/Desktop/sytadin fonctionne très bien en mode console. ************************************************************** SHELL="/bin/bash" PATH="/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root HOME="/ # run-parts 01 * * * * root nice -n 19 run-parts --report /etc/cron.hourly 02 4 * * * root nice -n 19 run-parts --report /etc/cron.daily 22 4 * * 0 root nice -n 19 run-parts --report /etc/cron.weekly 42 4 1 * * root nice -n 19 run-parts --report /etc/cron.monthly 00 20 * * * root wget [http://www.sytadin.tm.fr/tempsreel/general.gif](http://www.sytadin.tm.fr/tempsreel/general.gif) -O /home/philippe/Desktop/sytadin ************************************************************** De meme 00 20 * * * /sbin/shutdown -r ne fonctionne pas.