Skip to content

Commit

Permalink
poweroff: update Spanish translation (#13089)
Browse files Browse the repository at this point in the history
* poweroff: Update Spanish translation

* Update pages.es/linux/poweroff.md

Co-authored-by: spageektti <[email protected]>

* Update pages.es/linux/poweroff.md

Co-authored-by: Alejandro Cervera <[email protected]>

* Update pages.es/linux/poweroff.md

Co-authored-by: Alejandro Cervera <[email protected]>

* Update pages.es/linux/poweroff.md

Co-authored-by: Alejandro Cervera <[email protected]>

* Update poweroff.md

* Update poweroff.md

---------

Co-authored-by: spageektti <[email protected]>
Co-authored-by: Alejandro Cervera <[email protected]>
  • Loading branch information
3 people committed Jul 7, 2024
1 parent 23f78e2 commit fcca78b
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions pages.es/linux/poweroff.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
# poweroff

> Apaga la m谩quina.
> Apaga el sistema.
> M谩s informaci贸n: <https://www.manned.org/poweroff>.
- Apaga la m谩quina:
- Apaga el sistema:

`sudo poweroff`
`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`

0 comments on commit fcca78b

Please sign in to comment.