Linux system reboot required in many circumstances, like troubleshooting hardware issues, installing applications, kernel update, etc. This guide explains how to reboot (restart) the Linux system using command line. In the latest Linux distros includes the systemctl utility. The reboot and shutdown commands are aliases to systemctl and are available in the system for...
Using shutdown command the Linux system will be down in a secure way. When the shutdown command fired all the logged-in users will be notified that the system is going down, and no further logins are allowed. You can shutdown your system immediately or at the specified time. This article explains the shutdown command...
Shutdown command is used to bring the system down in a safe and secure way. When the shutdown process is initiated, all the logged in users are notified that the system is going down right now or after some time. Using this command you can set specific time to make down your system. Shutdown...