mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-02 10:15:32 +02:00
poweroff: update Spanish translation (#13089)
* poweroff: Update Spanish translation * Update pages.es/linux/poweroff.md Co-authored-by: spageektti <git@spageektti.cc> * Update pages.es/linux/poweroff.md Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com> * Update pages.es/linux/poweroff.md Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com> * Update pages.es/linux/poweroff.md Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com> * Update poweroff.md * Update poweroff.md --------- Co-authored-by: spageektti <git@spageektti.cc> Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
This commit is contained in:
parent
23f78e2df9
commit
fcca78b25f
1 changed files with 19 additions and 3 deletions
|
@ -1,8 +1,24 @@
|
||||||
# poweroff
|
# poweroff
|
||||||
|
|
||||||
> Apaga la máquina.
|
> Apaga el sistema.
|
||||||
> Más información: <https://www.manned.org/poweroff>.
|
> 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`
|
||||||
|
|
Loading…
Add table
Reference in a new issue