maxfail 0persist
# run-parts01 * * * * root run-parts /etc/cron.hourly02 4 * * * root run-parts /etc/cron.22 4 * * 0 root run-parts /etc/cron.42 4 1 * * root run-parts /etc/cron.* 10 * * * root halt
дистрибутив Simply Linuxсордержимое файла /etc/crontabКод: [Выделить]# run-parts01 * * * * root run-parts /etc/cron.hourly02 4 * * * root run-parts /etc/cron.22 4 * * 0 root run-parts /etc/cron.42 4 1 * * root run-parts /etc/cron.* 10 * * * root haltпробовал ставить* 10 * * * root \sbin\haltи* 10 * * * root shutdown - h nowрезультат тот же.
Цитата: Doom от 25.03.2010 05:48:35...* 10 * * * root \sbin\halt...Что у вас со внимательностью, слеши в обратную сторону надо ;)
...* 10 * * * root \sbin\halt...
В конце файла пустая строка есть?