Live Chat!

shutdown using init

          0 votos

October 1st, 2006 mysurface

init are usually use to initialize linux runlevel, but 0 are run level of halt and 6 are run level of reboot.
Therefore to halt the machine, I do this
sudo init 0
I need root privilege to run init.
To reboot,
sudo init 6
Related PostsShutdown/Reboot using ’shutdown’It have a lot of way to shutdown/reboot your machine, the easier way [...]

Posted in Admin, init | Hits: 2478 | 2 Comments »