Thread: crontab
View Single Post
  #1  
Old 03-04-2006, 06:57
YouNix YouNix is offline
Membre junior
 
Join Date: 30-03-2006
Posts: 11
crontab

Salut à tous, j'ai un petit probleme dans la commande crontab en association avec un script shell, ca ne marche pas chez moi, bon voila ce que j'ai fais:
1- edition de mon crontab : crontab -u root -e
SHELL=/bin/sh
PATH=/usr/bin:/usr/sbin:/sbin:/bin:/usr/lib/news/bin:/home/viper/bin
*/1 6 3 4 1 /home/viper/test.sh
<escp>:wq!

2- chmod +x test.sh
3- echo "hellOOOO" >> test;
d'abord j'ai placé test.sh sous /home/viper, mais ca n'a pas marché, sous /home/viper/bin non plus

MERCI MERCI MERCI de bien vouloir m'aider</FONT>
Reply With Quote