mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
431 B
431 B
shutdown
Deté, apaga o reinicia la màquina. Vegeu també:
poweroff. 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