Linux 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 the Linux Reboot Command.

Reboot your machine 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 Benutzer fanden dies hilfreich
War diese Antwort hilfreich?

Verwandte Artikel

Linux tar Command

The Linux tar command is used to compress and extract files to and from an archive. In this...

Linux top command

If you wish to monitor the performance of your VPS or Dedicated server and track processes, RAM...

Linux ping command

If you wish to test your connection to a server from your Linux system you can use the Linux ping...

Linux file command

The file command is used to check a file’s type and contents in Linux environment. It is most...

Linux export command

When you’re managing your shell’s variables and you wish to save them to your environment you can...