Rebooting and Shutting Down

You can reboot or shutdown Raspberry Pi using SSH with the following commands:

  • "sudo reboot": Reboots the operating system.

  • "sudo shutdown now": Initiates an immediate shutting down process.

Raspberry Pi closes the SSH connection just after reboot or shutdown started.

Last updated