2020-10-07 08:27:17 +01:00
|
|
|
# poweroff
|
|
|
|
|
2024-07-07 12:37:00 +01:00
|
|
|
> Apaga el sistema.
|
2024-06-19 16:38:48 +01:00
|
|
|
> Más información: <https://www.manned.org/poweroff>.
|
2020-10-07 08:27:17 +01:00
|
|
|
|
2024-07-07 12:37:00 +01:00
|
|
|
- Apaga el sistema:
|
2020-10-07 08:27:17 +01:00
|
|
|
|
2024-07-07 12:37:00 +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`
|