System reboot may be required when troubleshooting issues, applying configuration changes, finishing application installation. Reboot resets all processes, free up memory, remove temporary files, etc. This tutorial provides 2 methods to reboot Linux system.
Method 1 - reboot command
The reboot
command allows to reboot system.
sudo reboot
Method 2 - shutdown command
The shutdown
command performs a system reboot when -r
option is used.
sudo shutdown -r now
Leave a Comment
Cancel reply