Hallo my friends , now i will share to you all about "How to Shutdown , reboot and wake up your linux operating system ".
So prepare your self :)
Begin -------------------
Command to shutdown your linux .
# poweroff
# halt
# shutdown -h now
---------------------------
If you want to shutdown your linux 10 minutes from now , use this command to do that.
# shutdown -h +10
--------------------------
Now if you want rebot your linux at 7 night , use this command to do that.
# shutdown -r 19:00
-------------------------
To cancel your shutdown timing
# shutdown -c
-------------------------
Wake up your computer.
To wake up your computer 10 minutes from now , insert this command
# echo "+00-00-00 00:10:00"> /proc/acpi/alarm
After insert that command then shutdown your computer , after 10 minutes your computer will be wake up and start again.
-------------------------
Okay that is just simple tutorials for linux beginer , and i hope you enjoy it broo..
See you!