Excuse me ,
I want to ask why my cron don't have any response?
I set as
crontab -e
then
0 0 * * * /home/shutdown.sh
my debian is 3.1
the content of shutdown.sh is
and it is set to chmod 755
can anyone tell me how to activate cron?
#! /bin/bash
#
#
# Version: @(#)reboot 2.75 22-Jun-1998 [email protected]
#
modprobe apm
poweroff
P.s Was using Fedora for previous version(in RUn LEVEL 3)