mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 15:26:04 +02:00
shutdown: add Spanish translation
This commit is contained in:
parent
5619350c9d
commit
da721e4e50
1 changed files with 27 additions and 0 deletions
27
pages.es/linux/shutdown.md
Normal file
27
pages.es/linux/shutdown.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
# shutdown
|
||||
|
||||
> Detiene, apaga o reinicia la máquina.
|
||||
|
||||
- Detiene inmediatamente:
|
||||
|
||||
`shutdown -H now`
|
||||
|
||||
- Apaga inmediatamente:
|
||||
|
||||
`shutdown -h now`
|
||||
|
||||
- Reinicia inmediatamente:
|
||||
|
||||
`shutdown -r now`
|
||||
|
||||
- Reinicia dentro de 5 minutos:
|
||||
|
||||
`shutdown -r +{{5}} &`
|
||||
|
||||
- Apaga a la 1:00 PM (formato 24h):
|
||||
|
||||
`shutdown -h 13:00`
|
||||
|
||||
- Cancela una operación de apagado/reinicio pendiente:
|
||||
|
||||
`shutdown -c`
|
Loading…
Add table
Reference in a new issue