6
I have heard several times that if I want to shut down/restart the computer from the terminal just run one of these options :
- Halt
- poweroff
- reboot
poweroff
and reboot
are very intuitive "shut down" and "reset", I just didn’t understand the right halt
"stop"
To which I was told :
"The computer has boot stages the
halt
sends to stage 0"
I also learned that he has 6 stages.
From the terminal documentation I haven’t had much success knowing what they are :
> man halt
...
DESCRIPTION
halt, poweroff, reboot may be used to halt, power-off or reboot the machine.
...
Doubt
- What in fact is the
halt
? - What are his stages?
Here is another kick than another thing: I believe that the HALT is to suspend/hibernate the machine, it does not turn off completely, but also does not stay fully connected.
– Neuber Oliveira