tldr/pages.ca/linux/reboot.md

25 lines
422 B
Markdown
Raw Normal View History

2022-02-06 03:25:41 +00:00
# reboot
> Reinicia la màquina.
2022-10-10 03:05:00 +01:00
> Més informació: <https://manned.org/reboot.8>.
2022-02-06 03:25:41 +00:00
- 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:
2022-10-10 03:05:00 +01:00
`reboot --force`
2022-02-06 03:25:41 +00:00
- Escriu l'entrada wtmp shutdown sense reiniciar el sistema:
`reboot --wtmp-only`