Published on

How to Reboot Linux

Authors
  • avatar
    Name
    hwahyeon
    Twitter

When you need to reboot a Linux system, just use one of the following commands:

reboot
sudo reboot

reboot: Immediately reboots the system with root privileges. sudo reboot: Use this if you're a regular user and need to reboot with administrator rights.