diff --git a/pages/common/vboxmanage-movevm.md b/pages/common/vboxmanage-movevm.md new file mode 100644 index 000000000..bd0504ab6 --- /dev/null +++ b/pages/common/vboxmanage-movevm.md @@ -0,0 +1,12 @@ +# vboxmanage-movevm + +> Move a virtual machine (VM) to a new location on the host system. +> More information: . + +- 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}}`