View Single Post
Posts: 46 | Thanked: 6 times | Joined on Oct 2007 @ Tokyo
#27
Originally Posted by alephito View Post
The crontab files are stored in /tmp.
actually it seems to be in /var (chinook)

Anyway.. doesn't work for me >o<

# more /var/cron/tabs/root gives me

===========
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.3312 installed on Wed Jun 25 13:33:30 2008)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
35 13 * * * /usr/sbin/reboot
===========

which i created with crontab, as root.

But no reboot at 13H35.. Is my command ok?

I think cron is running since it shows with ps -aux | grep cron

I'm puzzled