Showing posts with label shutdown. Show all posts
Showing posts with label shutdown. Show all posts

Sunday, May 26, 2013

How to shutdown the Linux PC automatically at a specific time

Linux has a beautiful code which provides the PC can close itself at a specific time which is determine by the user. :)
To do this use the command given the next line:

sudo shutdown -h x

here x is the time with unit of minutes.
Read More