2022-02-06 03:25:41 +00:00
|
|
|
# poweroff
|
|
|
|
|
|
|
|
> Apaga la màquina.
|
2024-06-19 16:38:48 +01:00
|
|
|
> Més informació: <https://www.manned.org/poweroff>.
|
2022-02-06 03:25:41 +00: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:
|
|
|
|
|
|
|
|
`poweroff --force --force`
|
|
|
|
|
|
|
|
- Escriu l'entrada de wtpm shutdown sense apagar l'ordinador:
|
|
|
|
|
|
|
|
`poweroff --wtmp-only`
|