tldr/pages.es/linux/poweroff.md

25 lines
431 B
Markdown
Raw Normal View History

2020-10-07 08:27:17 +01:00
# poweroff
> Apaga el sistema.
> Más información: <https://www.manned.org/poweroff>.
2020-10-07 08:27:17 +01:00
- Apaga el sistema:
2020-10-07 08:27:17 +01:00
`poweroff`
- Detén el sistema (igual que `halt`):
`poweroff --halt`
- Reinicia el sistema (igual que `reboot`):
`poweroff --reboot`
- Apaga inmediatamente el sistema sin contactar al administrador:
`poweroff --force --force`
- Escribe una entrada en el archivo wtmp sin apagar el sistema:
`poweroff --wtmp-only`