Hmm something's bizarre... I did chmod 555 to shutdown so now I can shutdown without being root
but the cron job still doesn't load. This time I decided to use KCron to schedule my job. Here's my output for crontab -l:
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/kde-vicente/kcronCPW9Ja.tmp installed on Fri Oct 29 15:32:53 2004)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
# apagación
0,15,30,45 0,1,2,3 * * 1,2,3,4,5 shutdown -h now
# apagación weekend
30 1,2,3,4,5 * * 6,7 shutdown -h now
# This file was written by KCron. Copyright (c) 1999, Gary Meyer
# Although KCron supports most crontab formats, use care when editing.
# Note: Lines beginning with "#\" indicates a disabled task.
It's 1:34am on Saturday and the scheduled 1:30 shutdown still hasn't come.
|