add new chinese translations
This commit is contained in:
12
pages.zh/common/vboxmanage-movevm.md
Normal file
12
pages.zh/common/vboxmanage-movevm.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# vboxmanage movevm
|
||||
|
||||
> 将虚拟机(VM)移动到主机系统的新位置。
|
||||
> 更多信息:<https://www.virtualbox.org/manual/ch08.html#vboxmanage-movevm>。
|
||||
|
||||
- 将指定的虚拟机移动到当前的位置:
|
||||
|
||||
`VBoxManage movevm {{vm_name}}`
|
||||
|
||||
- 指定虚拟机的新位置(完整或相对路径):
|
||||
|
||||
`VBoxManage movevm {{vm_name}} --folder {{path/to/new_location}}`
|
Reference in New Issue
Block a user