mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-04 06:15:24 +02:00
24 lines
407 B
Markdown
24 lines
407 B
Markdown
# shutdown
|
|
|
|
> Deté, apaga o reinicia la màquina.
|
|
> Més informació: <https://manned.org/shutdown.8>.
|
|
|
|
- Deté inmediatament:
|
|
|
|
`shutdown -h now`
|
|
|
|
- Reinicia inmediatament:
|
|
|
|
`shutdown {{[-r|--reboot]}} now`
|
|
|
|
- Reinicia després de 5 minuts:
|
|
|
|
`shutdown {{[-r|--reboot]}} +{{5}} &`
|
|
|
|
- Apaga a la 1:00 PM (format 24h):
|
|
|
|
`shutdown -h 13:00`
|
|
|
|
- Cancel·la una operació d'apagat/reinici pendent:
|
|
|
|
`shutdown -c`
|