Date de publication : Jun 10, 2010 3:10:26 PM
Pour lancer le démon cron
---------------------------
/etc/init.d/cron start
/etc/init.d/cron status (pour voir le statut)
crontab -e => pour configurer le cron
----------------------------------------
# m h dom mon dow command
3,4,5,6,7,8,9,10,11,12 16 * * * /home/knoppix/go.sh
3,4,5,6,7,8,9,10,11,12 16 * * * /bin/bash /home/knoppix/nb_conn.sh
crontab -l => voir les commandes courantes du cron