vboxmanage-movevm: add page (#11796)

* vboxmanage-movevm: add page

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
Jimmy T 2023-12-20 18:20:07 +01:00 committed by GitHub
parent ebc34f5c60
commit 7637a7a7f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# vboxmanage-movevm
> Move a virtual machine (VM) to a new location on the host system.
> More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-movevm>.
- Move the specified virtual machine to the current location:
`VBoxManage movevm {{vm_name}}`
- Specify the new location (full or relative pathname) of the virtual machine:
`VBoxManage movevm {{vm_name}} --folder {{path/to/new_location}}`