1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 20:35:25 +02:00
tldr/pages.ca/linux/poweroff.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
445 B
Markdown

# poweroff
> Apaga la màquina.
> Més informació: <https://www.manned.org/poweroff>.
- 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 {{[-f|--force]}}`
- Escriu l'entrada de wtpm shutdown sense apagar l'ordinador:
`poweroff {{[-w|--wtmp-only]}}`