mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-15 10:55:24 +02:00
24 lines
441 B
Markdown
24 lines
441 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 {{[-f|--force]}}`
|
|
|
|
- Escribe una entrada en el archivo wtmp sin apagar el sistema:
|
|
|
|
`poweroff {{[-w|--wtmp-only]}}`
|