linux_wiki:boot_reboot_and_shut_down_a_system_normally

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux_wiki:boot_reboot_and_shut_down_a_system_normally [2016/03/01 21:51]
billdozor
linux_wiki:boot_reboot_and_shut_down_a_system_normally [2019/05/25 23:50]
Line 1: Line 1:
-====== Boot Reboot And Shut Down A System Normally ====== 
- 
-**General Information** 
- 
-About this page/how-to/script.  
- 
----- 
- 
-Reboot system - any of these 
-<code bash> 
-reboot 
-systemctl reboot 
-shutdown -r +5 "System going down for a reboot" 
-</code> 
-  * The above shutdown command broadcasts the message using the "wall" command 
-  * The "+5" means it will reboot in 5 mins 
- 
-\\ 
-Poweroff system - any of these 
-<code bash> 
-poweroff 
-systemctl poweroff 
-shutdown -P +10 "System is going down and will be powered off for maintenance" 
-</code> 
- 
-\\ 
-Cancel a shutdown command 
-<code bash> 
-shutdown -c 
-</code> 
- 
----- 
  
  • linux_wiki/boot_reboot_and_shut_down_a_system_normally.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)