Automatically Shutdown System After Specific Time – How to

automationshutdown

How can I automatically shutdown the system after a certain customizable time?

Best Answer

Open a terminal window and type in:

sudo shutdown -h +60

and just replace 60 with whatever number of minutes you want to take.

More info here:

http://ubuntuforums.org/archive/index.php/t-473173.html http://www.linux.org/lessons/beginner/l5/lesson5a.html

Related Question