Linux command
vboxmanage-list 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
List all VMs
vboxmanage list vms
List running VMs
vboxmanage list runningvms
List host info
vboxmanage list hostinfo
List OS types
vboxmanage list ostypes
List extension packs
vboxmanage list extpacks
说明
vboxmanage list displays information about VirtualBox objects. Lists VMs, disk images, networks, and system information. Essential for discovering VM names and UUIDs.
参数
- vms
- All registered VMs.
- runningvms
- Running VMs.
- ostypes
- Supported OS types.
- hostinfo
- Host system info.
- hdds
- Hard disk images.
- dvds
- DVD images.
- extpacks
- Extension packs.
- groups
- VM groups.
- --long
- Detailed output.
FAQ
What is the vboxmanage-list command used for?
vboxmanage list displays information about VirtualBox objects. Lists VMs, disk images, networks, and system information. Essential for discovering VM names and UUIDs.
How do I run a basic vboxmanage-list example?
Run `vboxmanage list vms` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does vms do in vboxmanage-list?
All registered VMs.