vboxmanage*: add Korean translation (#14426)

* vboxmanage*: add Korean translation

* Update vboxmanage-startvm.md

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
코드싸이
2024-10-29 15:16:03 +09:00
committed by GitHub
parent aa0352a4e9
commit 03c68430fd
15 changed files with 364 additions and 2 deletions

View File

@@ -0,0 +1,22 @@
# VBoxManage
> VirtualBox의 명령줄 인터페이스.
> GUI의 모든 기능을 포함하며 그 이상을 제공합니다.
> `startvm`과 같은 일부 하위 명령에는 자체 사용 설명서가 있습니다.
> 더 많은 정보: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-intro>.
- VboxManage 하위 명령 실행:
`VBoxManage {{하위_명령}}`
- 도움말 표시:
`VBoxManage --help`
- 특정 하위 명령에 대한 도움말 표시:
`VBoxManage --help {{clonevm|import|export|startvm|...}}`
- 버전 표시:
`VBoxManage --version`