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`):
|
|
|
|
|
2025-03-19 00:36:34 +02:00
|
|
|
`reboot {{[-p|--poweroff]}}`
|
2022-02-06 04:25:41 +01:00
|
|
|
|
|
|
|
- Atura el sistema (el mateix que halt):
|
|
|
|
|
|
|
|
`reboot --halt`
|
|
|
|
|
|
|
|
- Reinicia inmediatament sense contactar l'adminstrador del sistema:
|
|
|
|
|
2025-03-19 00:36:34 +02:00
|
|
|
`reboot {{[-f|--force]}}`
|
2022-02-06 04:25:41 +01:00
|
|
|
|
|
|
|
- Escriu l'entrada wtmp shutdown sense reiniciar el sistema:
|
|
|
|
|
2025-03-19 00:36:34 +02:00
|
|
|
`reboot {{[-w|--wtmp-only]}}`
|