1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 07:35:39 +02:00
tldr/pages.ca/linux/reboot.md
Managor a70b923d8f
*: add option placeholders to translations (#15933)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-03-19 00:36:34 +02:00

24 lines
449 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 {{[-p|--poweroff]}}`
- Atura el sistema (el mateix que halt):
`reboot --halt`
- Reinicia inmediatament sense contactar l'adminstrador del sistema:
`reboot {{[-f|--force]}}`
- Escriu l'entrada wtmp shutdown sense reiniciar el sistema:
`reboot {{[-w|--wtmp-only]}}`