Bonjour, J'ai ajout� des t�ches dans le fichier /etc/crontab dans liste des processus de ma machine, il existe dans un processus cron :
ps aux | grep cron root 233 0.0 0.2 1752 732 ? S Apr21 0:02 /usr/sbin/cron Et pourtant, les t�ches que j'ai rajout� dans /etc/crontab (par vi) ne sont pas ex�cut�es. Voici mon fichier crontab : # /etc/crontab: system-wide crontab # Unlike any other crontab you don't have to run the `crontab' # command to install the new version when you edit this file. # This file also has a username field, that none of the other crontabs do. SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # m h dom mon dow user command 25 6 * * * root test -e /usr/sbin/anacron || run-parts --report /etc/cron.daily 47 6 * * 7 root test -e /usr/sbin/anacron || run-parts --report /etc/cron.weekly 52 6 1 * * root test -e /usr/sbin/anacron || run-parts --report /etc/cron.monthly 00 * * * * root /DEVELOP/dev_sh/exim/purge_frozen_msgs > /dev/null 00 9 * * 1-5 root /DEVELOP/dev_sh/teletrans/S009_vers_appli > /dev/null # un ls -l sur ce fichier retourne les informations suivantes : -rwxr-xr-x 1 root root 747 May 7 17:48 /etc/crontab Je dois mettre cette machine en prod en d�but de semaine prochaine. Quelqu'un a une id�e ? Cordialement, ---------------------------------------- � � � � � � �Patrice OLIVER � � �Responsable R�seaux & S�curit� ---------------------------------------- � � � �HOSPICES CIVILS DE BEAUNE � � � � � Service Informatique � � � � Avenue Guigone de Salins � � � � � � � � �BP 104 � � � � � �21203 BEAUNE CEDEX � � � � �T�l. 33 3 80 24 44 09 � � � � �Fax �33 3 80 24 45 90 ----------------------------------------

