linux_wiki:boot_reboot_and_shut_down_a_system_normally

This is an old revision of the document!


Boot Reboot And Shut Down A System Normally

General Information

About this page/how-to/script.


Reboot system

systemctl reboot
 
OR
 
shutdown -r +5 "System going down for a reboot"
  • The above shutdown command broadcasts the message using the “wall” command
  • The “+5” means it will reboot in 5 mins

Poweroff system

systemctl poweroff
 
OR
 
shutdown -P +10 "System is going down and will be powered off for maintenance"

Cancel a shutdown command

shutdown -c

  • linux_wiki/boot_reboot_and_shut_down_a_system_normally.1456798882.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)