1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.es/linux/halt.md

16 lines
164 B
Markdown
Raw Normal View History

2020-10-07 09:26:10 +02:00
# halt
> Detiene, apaga o reinicia la máquina.
- Detiene la máquina:
`halt`
- Apaga la máquina:
`halt --poweroff`
2020-10-07 09:26:10 +02:00
- Reinicia la máquina:
`halt --reboot`