mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 19:01:55 +00:00
Update cheatsheets
This commit is contained in:
17
vboxmanage-movevm
Normal file
17
vboxmanage-movevm
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user