Canonical Interview Question

what does `init 6` mean?

Interview Answer

Anonymous

May 12, 2016

Means to switch to runlevel 6, which is "reboot" FWIW, sudo init 0 powers off the computer :-)

1