tldr/pages/common/vboxmanage.md

23 lines
525 B
Markdown
Raw Normal View History

2019-06-03 13:17:57 +01:00
# VBoxManage
> Command-line interface to VirtualBox.
> Includes all the functionality of the GUI and more.
> Some subcommands such as `vboxmanage startvm` have their own usage documentation.
2019-06-03 13:17:57 +01:00
> More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-intro>.
- Execute a VboxManage subcommand:
2019-06-03 13:17:57 +01:00
`VBoxManage {{subcommand}}`
2019-06-03 13:17:57 +01:00
- Display help:
2019-06-03 13:17:57 +01:00
`VBoxManage --help`
2019-06-03 13:17:57 +01:00
- Display help for a specific subcommand:
2019-06-03 13:17:57 +01:00
`VBoxManage --help {{clonevm|import|export|startvm|...}}`
2019-06-03 13:17:57 +01:00
- Display version:
2019-06-03 13:17:57 +01:00
`VBoxManage --version`