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

13 lines
329 B
Markdown
Raw Normal View History

# qm reboot
> 가상 머신을 종료하고 보류 중인 변경 사항을 적용한 후 다시 시작.
> 더 많은 정보: <https://pve.proxmox.com/pve-docs/qm.1.html>.
- 가상 머신 재부팅:
`qm reboot {{가상_머신_ID}}`
- 최대 10초 기다린 후 가상 머신 재부팅:
`qm reboot --timeout {{10}} {{vm_id}}`