1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 23:15:24 +02:00
tldr/pages/common/vboxmanage.md
Valentin f048a476e5
vboxmanage: update page; vboxmanage-{controlvm, extpack, list, showvminfo, startvm}: add page (#11667)
* 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>
2023-12-06 07:10:47 +05:30

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}}