1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ca/linux/reboot.md
2022-02-06 00:25:41 -03:00

24 lines
458 B
Markdown

# reboot
> Reinicia la màquina.
> Més informació: <https://www.man7.org/linux/man-pages/man8/reboot.8.html>.
- 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 --force`
- Escriu l'entrada wtmp shutdown sense reiniciar el sistema:
`reboot --wtmp-only`