To reboot a Linux system, you can use the following command:
sudo reboot
This will immediately restart the system. Note that you need to have root privileges to execute this command. If you are logged in as a regular user, you can use sudo
to temporarily elevate your privileges.