Linux reboot Command

In this tutorial we learn how to use reboot commmand in Linux. reboot command allow us to do stopping and restarting the system

What is Linux reboot Command?

In this tutorial we learn how to use reboot command in Linux. reboot command stopping and restarting the system

reboot Syntax

reboot <options>

reboot Examples

reboot Command Manual / Help

We can use man and info command to see the manual page of reboot command.

reboot command also have --help option to show list of options.

To open man page for reboot command we can use command below. To exit man or info page you can press q.

man reboot

To open info page for reboot command we can use command below.

info reboot

To open help page from reboot command we can run command below.

reboot --help

Linux reboot Command Source Code

You can find reboot command source code from the folowing repositories:

You can read tutorials of related Linux commands below:

Summary

In this tutorial we learn how to use reboot in Linux with practical examples. Visit our Linux Commands guide to learn more about using command line interface in Linux.