1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 16:22:08 +02:00
tldr/pages.ca/linux/poweroff.md
2022-02-06 00:25:41 -03:00

24 lines
461 B
Markdown

# poweroff
> Apaga la màquina.
> Més informació: <https://www.man7.org/linux/man-pages/man8/poweroff.8.html>.
- 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`