Salut, j'ai ca quand je fais crontab -l :
$ crontab -l
46 00 * * * /home/astro/plop.sh
|
le script plop.sh est tout con pour tester:
$ cat plop.sh
#!/bin/sh
xmms
|
j'ai bien cron qui tourne :
$ ps aux | grep cron
root 379 0.0 0.1 1400 660 ? S 01:57 0:00 /usr/sbin/cron
astro 1543 0.0 0.1 1292 456 pts/1 S 02:47 0:00 grep cron
|
Alors où est le probleme, il se passe rien 