Trick to Auto Shutdown PC in UBUNTU

0 comments
Linux is a open source Operating system.It is free and more secure than windows.It uses Linux Kernel which was written by Linus Torvalds in 1991.Earlier I gave you the trick to automatically shutdown pc in windows Operating System.Similarly you can also automate the process of shutdown in UBUNTU

Trick to Auto Shutdown PC in UBUNTU:-

  • Open Terminal window [Ctrl+Alt+T].
  • Run the following command to install Gnome Schedule.
sudo apt-get install gnome-schedule
1 2 Trick to Auto Shutdown PC in UBUNTU

After installing Gnome Scheduler, open Run Application [Alt+F2] and run the following command in it.
gksu gnome-schedule

2 Trick to Auto Shutdown PC in UBUNTU

Click New—>Recurrent Task
3 Trick to Auto Shutdown PC in UBUNTU

Now in the Description field give any display message that you want to show and in the Command field type
/sbin/poweroff
4 Trick to Auto Shutdown PC in UBUNTU

In the Time & Date field set the time when you want to shutdown your PC and click on Add button.
Now your pc will  Automatically Shutdown at the scheduled time by displaying the message PC Shutdown at Midnight.

Leave a Reply