- Step 1: Open Command Prompt. If you have a graphical interface, open the terminal by right-clicking the Desktop > left-clicking Open in terminal.
- Step 2: Use SSH Connection Issue reboot Command. In a terminal window, type: ssh –t 'sudo reboot'
In respect to this, how do I reboot from terminal?
To reboot Linux using the command line:
- To reboot the Linux system from a terminal session, sign in or “su”/”sudo” to the “root” account.
- Then type “ sudo reboot ” to reboot the box.
- Wait for some time and the Linux server will reboot itself.
Similarly, how do I restart using putty? 1) Using Putty, or your favorite SSH client, log into the server as root. 2) Type: reboot [enter] and your server will begin rebooting. 3) You will be disconnected and can then log back in again once the reboot is complete.
Also Know, how do I reboot my server?
Procedure
- In the Cloud Manager, click Services.
- Navigate to the server that you want to restart and click the Server Actions icon. , then click Restart Servers. The Restart/Reboot Server window opens.
- To restart the server, click Restart Server. To reboot the server, click Reboot Server.
What is Linux reboot command?
To reboot immediately, append the -r flag: $ sudo shutdown -r now. To power down immediately: $ sudo shutdown -P now. Or you can use the poweroff command: $ poweroff. To reboot after 10 minutes: $ sudo shutdown -r 10.
