1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.es/linux/poweroff.md
Darío Hereñú 170c2cf15e
poweroff: update Spanish translation (#13716)
poweroff: Update Spanish translation
2024-09-23 15:07:09 -07:00

24 lines
423 B
Markdown

# poweroff
> Apaga el sistema.
> Más información: <https://www.manned.org/poweroff>.
- Apaga el sistema:
`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`
- Escribe una entrada en el archivo wtmp sin apagar el sistema:
`poweroff --wtmp-only`