How do you reboot a Linux system from the command line?

Опубликовано: 30 Май 2026
на канале: Tech Hatcher
577
7

To reboot a Linux system from the command line, you can use the reboot command. Running sudo reboot will restart the system. Another method is using shutdown -r now, which will also reboot the system immediately. Both commands require superuser (root) privileges. Rebooting from the command line is useful for remote administration or managing servers without graphical interfaces.