How To Reboot From Command Line?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The command to reboot from the command line varies depending on the operating system.
In Windows:
shutdown -r -t 00
In Linux/Unix:
sudo reboot
To reboot from the command line, use the command “shutdown -r”. This will immediately restart the computer.
To reboot your system from the command line, open a terminal window and type the command:
sudo reboot