mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 23:15:24 +02:00

* vboxmanage: update page; vboxmanage-{controlvm, extpack, list, showvminfo, startvm}: add page --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
557 B
557 B
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. More information: https://www.virtualbox.org/manual/ch08.html#vboxmanage-intro.
- Display version:
VBoxManage --version
- Display help:
VBoxManage --help
- Display help for a VBoxManage subcommand (like
starvm
,clonevm
,import
,export
, etc.):
VBoxManage --help {{subcommand}}
- Execute a VboxManage subcommand:
VBoxManage {{subcommand}}