Friday, August 26, 2011

Shutdown linux automatically

www.cyberciti.biz/tips/howto-shutdown-linux-box-automatically.html

# start daemon in background
$ sudo atd

$ at 8pm
> halt
Ctrl+D

# list jobs
$ atq

# remove job 1
$ atrm 1

cron

No comments: