2020-10-07 09:27:17 +02:00
|
|
|
# poweroff
|
|
|
|
|
2024-07-07 08:37:00 -03:00
|
|
|
> Apaga el sistema.
|
2024-06-19 17:38:48 +02:00
|
|
|
> Más información: <https://www.manned.org/poweroff>.
|
2020-10-07 09:27:17 +02:00
|
|
|
|
2024-07-07 08:37:00 -03:00
|
|
|
- Apaga el sistema:
|
2020-10-07 09:27:17 +02:00
|
|
|
|
2024-07-07 08:37:00 -03: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:
|
|
|
|
|
2025-03-19 00:36:34 +02:00
|
|
|
`poweroff {{[-f|--force]}}`
|
2024-07-07 08:37:00 -03:00
|
|
|
|
|
|
|
- Escribe una entrada en el archivo wtmp sin apagar el sistema:
|
|
|
|
|
2025-03-19 00:36:34 +02:00
|
|
|
`poweroff {{[-w|--wtmp-only]}}`
|