Bonjour,

J'ai planifié une tache avec "crontab -e"
*/1 * * * * root /home/root/scripts/ressources.sh

Ma tache ne s'execute jamais.

J'ai regardé mes emails et j'ai récu cet email concernant crontab :

From root@localhost.localdomain Fri Aug 3 16:02:02 2007
Date: Fri, 3 Aug 2007 16:02:01 +0200
From: root@localhost.localdomain (Cron Daemon)
To: root@localhost.localdomain
Subject: Cron <root@localhost> root /home/root/scripts/ressources.sh
Content-Type: text/plain; charset=UTF-8
Auto-Submitted: auto-generated
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <HOME=/root>
X-Cron-Env: <PATH=/usr/bin:/bin>
X-Cron-Env: <LOGNAME=root>
X-Cron-Env: <USER=root>

/bin/sh: root: command not found


Je ne comprend pas pourquoi il me dit "/bin/sh: root: command not found" !!

Auriez vous une idée pour résoudre mon problème

Merci d'avance

Arnaud