How restart Ubuntu system using CLI command
August 24, 2024
You can use sudo reboot to restart an Ubuntu system using the command line.
sudo reboot
Alternatively, you can use:
sudo shutdown -r now
August 24, 2024
You can use sudo reboot to restart an Ubuntu system using the command line.
sudo reboot
Alternatively, you can use:
sudo shutdown -r now