Easy Tutorial
❮ Http Vs Https Python Locals Globals ❯

Linux Shutdown and Reboot Commands

Category Programming Technology

Shutdown Commands

  1. Immediate shutdown (requires root user)
    shutdown -h now
    

Automatic shutdown in 10 minutes

shutdown -h 10
  1. Immediate shutdown

    halt
    
  2. Immediate shutdown

    poweroff
    

Reboot Commands

  1. The simplest method is using the reboot command (requires root user)

    reboot
    
  2. Alternatively, use the shutdown command

    shutdown -r now
    

More Reference Content

** Click to Share Notes

Cancel

-

-

-

❮ Http Vs Https Python Locals Globals ❯