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

Next revision
Previous revision
linux_wiki:boot_reboot_and_shut_down_a_system_normally [2016/02/29 21:21]
billdozor created
linux_wiki:boot_reboot_and_shut_down_a_system_normally [2019/05/25 23:50] (current)
Line 3: Line 3:
 **General Information** **General Information**
  
-About this page/how-to/script+Different methods to reboot and shutdown systems are available to accomplish the same task
  
 ---- ----
  
-Reboot system+Reboot system - any of these
 <code bash> <code bash>
 +reboot
 systemctl reboot systemctl reboot
- 
-OR 
- 
 shutdown -r +5 "System going down for a reboot" shutdown -r +5 "System going down for a reboot"
 </code> </code>
Line 18: Line 16:
   * The "+5" means it will reboot in 5 mins   * The "+5" means it will reboot in 5 mins
  
-Poweroff system+\\ 
 +Poweroff system - any of these
 <code bash> <code bash>
 +poweroff
 systemctl poweroff systemctl poweroff
- 
-OR 
- 
 shutdown -P +10 "System is going down and will be powered off for maintenance" shutdown -P +10 "System is going down and will be powered off for maintenance"
 </code> </code>
  
 +\\
 Cancel a shutdown command Cancel a shutdown command
 <code bash> <code bash>
  • linux_wiki/boot_reboot_and_shut_down_a_system_normally.1456798882.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)