Thursday, April 4, 2019

Unix System Shutdown Commands


The common ways to shut down a Unix system properly via the command line is as such:

halt - takes system down right away
init 0 - powers off the system using system scripts
init 6 - reboots the system completely
poweroff - shuts down system by powering it off
reboot - reboots system
shutdown -  shuts down system

No comments:

Post a Comment