SSH reboot command

Reboot is one of the commands in Linux that you will have to be careful with. In this tutorial, we will show you how to reboot your Linux machine – Dedicated Server or VPS with SSH and the Reboot Command. Use the SSH reboot command with care and only when necessary.

Reboot your machine with SSH gracefully

reboot

Reboot forcefully, this is more dangerous to use

reboot -f

Reboot with power off, this will shut down the machine instead of rebooting

reboot -p

No matter how you use the reboot command you should be cautious as it will stop any services that you have running. This is especially important for SQL queries, we would recommend that you reboot your machine gracefully.

  • 0 användare blev hjälpta av detta svar
Hjälpte svaret dig?

Relaterade artiklar

SSH ip command

If you wish to obtain information about your server’s IP on a Linux machine using SSH you can use...

SSH rm command

If you wish to remove a file or folder from your Linux system you can use SSH rm command. In this...

SSH echo command

One of the most useful commands in a Linux environment is echo. With it, you can provide output...

SSH history command

If you wish to find what commands you have previously executed in a Linux environment you can use...

SSH cd command

SSH cd command is mainly used to navigate in your Linux environment. In this article, we’ll show...

Powered by WHMCompleteSolution