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

25 lines
422 B
Markdown
Raw Normal View History

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