mirror of https://github.com/CrimsonTome/tldr.git
25 lines
422 B
Markdown
25 lines
422 B
Markdown
# reboot
|
|
|
|
> Reinicia la màquina.
|
|
> Més informació: <https://manned.org/reboot.8>.
|
|
|
|
- Reinicia inmediatament:
|
|
|
|
`reboot`
|
|
|
|
- Apaga el sistema (el mateix que `poweroff`):
|
|
|
|
`reboot --poweroff`
|
|
|
|
- Atura el sistema (el mateix que halt):
|
|
|
|
`reboot --halt`
|
|
|
|
- Reinicia inmediatament sense contactar l'adminstrador del sistema:
|
|
|
|
`reboot --force`
|
|
|
|
- Escriu l'entrada wtmp shutdown sense reiniciar el sistema:
|
|
|
|
`reboot --wtmp-only`
|