Shutdown the machine immediately
# shutdown -h now
Reboot the machine immediately
# shutdown -r now
Shutdown the machine with user defined message
# shutdown -h now 'System is going down for upgrade'
Scheduling the shutdown with 24 hour format
# shutdown -h 20:00
You can cancel the running shutdown by using -c option as,
# shutdown -c
-r Requests that the system be rebooted after it has been brought down -h Requests that the system be either halted or powered off after it has been broughtdown, with the choice as to which left up to the system -H Requests that the system be halted after it has been brought down -P Requests that the system be powered off after it has been brought down -c Cancels a running shutdown. TIME is not specified with this option, the firstargument is MESSAGE -k Only send out the warning messages and disable logins, do not actually bring thesystem down
See log of system shutdown
# last reboot reboot system boot 2.6.18-238.12.1. Sun Jun 5 07:56 (17+00:07) reboot system boot 2.6.18-238.9.1.e Sat Apr 30 05:08 (36+02:44) reboot system boot 2.6.18-238.9.1.e Fri Apr 22 02:38 (8+02:25) reboot system boot 2.6.18-238.5.1.e Sat Mar 5 19:13 (47+06:21) reboot system boot 2.6.18-238.1.1.e Sat Jan 22 06:44 (42+12:25)
You need to use the shutdown command as follows (you must login as root)
# shutdown -y -g0 -i S
Disclaimer: The views expressed and the content shared are those of the author and do not reflect the views of the author’s employer or techbeatly platform.
Tags: LINUX · Linux Commands
Gineesh Madapparambath
Gineesh Madapparambath is the founder of techbeatly and he is the author of the book - ๐๐ป๐๐ถ๐ฏ๐น๐ฒ ๐ณ๐ผ๐ฟ ๐ฅ๐ฒ๐ฎ๐น-๐๐ถ๐ณ๐ฒ ๐๐๐๐ผ๐บ๐ฎ๐๐ถ๐ผ๐ป.
He has worked as a Systems Engineer, Automation Specialist, and content author. His primary focus is on Ansible Automation, Containerisation (OpenShift & Kubernetes), and Infrastructure as Code (Terraform).
(aka Gini Gangadharan - iamgini.com)
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Leave a Reply