1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 17:26:14 +02:00
tldr/pages.ko/linux/qm-resume.md

13 lines
303 B
Markdown
Raw Normal View History

# qm resume
> 가상 머신 재개.
> 더 많은 정보: <https://pve.proxmox.com/pve-docs/qm.1.html>.
- 특정 가상 머신 재개:
`qm resume {{가상_머신_ID}}`
- 잠금을 무시하고 특정 가상 머신 재개 (루트 권한 필요):
`sudo qm resume {{가상_머신_ID}} --skiplock true`