Shutdown,Reboot, suspend and hibernation the system

Redhat Linux,Cent OS and Oracle Linux Machine Shutdown,Reboot,Suspend and hibernate commands.

There are many commands are available to shutdown and reboot .

To shutdown the system:
  • init 0
  • poweroff
  • halt
  • shutdown -h now
  • systemctl poweroff
  • systemctl halt
  • telinit 0

To reboot the system:
  • init 6
  • reboot
  • shutdown -r now
  • systemctl reboot
  • telinit 6

To suspend the system:
  • systemctl suspend

To put the system into hibernation:
  • systemctl hibernate