1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/vboxmanage.md

23 lines
514 B
Markdown
Raw Normal View History

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