2022-02-06 04:25:41 +01:00
|
|
|
# poweroff
|
|
|
|
|
|
|
|
> Apaga la màquina.
|
2024-06-19 17:38:48 +02:00
|
|
|
> Més informació: <https://www.manned.org/poweroff>.
|
2022-02-06 04:25:41 +01:00
|
|
|
|
|
|
|
- Apaga la màquina:
|
|
|
|
|
|
|
|
`poweroff`
|
|
|
|
|
|
|
|
- Atura el sistema (el mateix que `halt`):
|
|
|
|
|
|
|
|
`poweroff --halt`
|
|
|
|
|
|
|
|
- Reinicia el ssitema (el mateix que `reboot`):
|
|
|
|
|
|
|
|
`poweroff --reboot`
|
|
|
|
|
|
|
|
- Apaga el sistema sense contactar l'administrador del sistema:
|
|
|
|
|
2025-03-19 00:36:34 +02:00
|
|
|
`poweroff {{[-f|--force]}}`
|
2022-02-06 04:25:41 +01:00
|
|
|
|
|
|
|
- Escriu l'entrada de wtpm shutdown sense apagar l'ordinador:
|
|
|
|
|
2025-03-19 00:36:34 +02:00
|
|
|
`poweroff {{[-w|--wtmp-only]}}`
|