-[ Mon, Aug 14, 2006 at 10:12:17PM +0200, pascal@linuxorable.net ]---- > J'ai un fichier exacutable: > /usr/local/www/ezpascal.cron > qui contient (c'est juste pour tester vu que ça ne marche pas): > > cd /usr/local/www/AAAA/; > touch file; > exit 0 Bien sur, ce fichier rxécutable commence bien par un dashbang du genre #!/bin/sh n'est-ce pas ? Sinon, peut etre un problème de PATH. Essayes en remplacant touch par /usr/bin/touch (mais je n'y crois pas trop).