Aus:
http://lists.busybox.net/pipermail/busybox/2005-May/014493.html
echo FloripaLinux: Starting crond...
/usr/sbin/crond -l8
The file /etc/crontab :
#SHELL=/bin/sh
#PATH=/sbin:/bin:/usr/sbin:/usr/bin
#MAILTO=root
#HOME=/
run-parts
01 * * * * root /bin/run-parts /etc/cron.hourly
02 4 * * * root /bin/run-parts /etc/cron.daily
22 4 * * 0 root /bin/run-parts /etc/cron.weekly
42 4 1 * * root /bin/run-parts /etc/cron.monthly
Wo liest der daemon überall:
http://www.pantz.org/software/cron/croninfo.html
CU, RS