Way to shut the PC down at a specific preset time?

krusbjorn ulist at gs1.ubuntuforums.org
Thu Apr 20 13:17:16 UTC 2006


You can do it by adding the command "shutdown -t now" along with your
wished point of time in cron. "sudo crontab -e" will let you edit the
cron file.



The line could look something like this:

0 8 * * * shutdown -t now



(thats for eight o clock every day).


-- 
krusbjorn




More information about the ubuntu-users mailing list