mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
469 B
469 B
poweroff
Apaga la màquina. Vegeu també:
shutdown. Més informació: https://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]}}