Linux reboot Command
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 [OPTION]...
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
Related Linux Commands
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.