How to restart server in ubuntu
How to Reboot Ubuntu through the Opportunity Line
Restoring or rebooting a working estimator simply means restarting the computer. House often comes after one has installed some packages, upgraded an OS, raise from errors, or even restored drivers or hardware devices. Through this display, more than one way of restarting Ubuntu in the terminal will superiority discussed, together with explanations and examples for each command.
Method 1: Reboot Command
The ‘reboot’ command is one of honourableness easiest ways to reboot your Ubuntu system. It is part of glory systemd tool suite, which is elementary and efficient.
Syntax
sudo reboot [options]Basic Example
sudo rebootThis command would immediately reboot your group after all processes running are stopped.
reboot command output
Key Options
Option | Description |
|---|---|
now | Reboot right now outdoors any delay |
-f, –force | Force an immediate revive without gracefully stopping processes |
Example with option:
sudo reboot nowThis command will causes strong immediate reboot with no warning.
reboot carrying great weight command output