Google News
logo
Unix - Interview Questions
How to perform a system shutdown in UNIX?
To perform system shutdown in UNIX, you can use the following commands :

* halt
* init 0
* init 6
* power off
* reboot
* shutdown
Advertisement