Log In | Register | April 20, 2024

Share
 

Linux - June 18, 2012

Boot, reboot, and shut down a system normally.

Rebooting and shutting down a system can be handled in multiple ways. You can handle these tasks using tools like shutdown, reboot, and init.

Rebooting Your System

For a basic reboot you can use the following command:

reboot

Another way to reboot your machine is using the shutdown command as such.

shutdown -r now

You can also switch to runlevel 6 which will issue a reboot.

init 6

Shutting Your System Down

You can shutdown your system using the shutdown command or init command.

The shutdown command would be used as such:

shutdown -h now

You can also use the init method by applying the following.

init 0

Booting Your System

To power on your system, simply press the power button.

Post By: | FavoriteLoadingAdd to favorites

0 Comments

Leave a Comment



Need Help? Ask a Question

Ask anything you want from how to questions to debug. We're here to help.

You Must Be Logged In To Post A Question.

Log In or Register