36 lines
762 B
Markdown
36 lines
762 B
Markdown
# vboxmanage-list
|
||
|
||
> 列出有关Oracle VM VirtualBox软件及相关服务的信息。
|
||
> 更多信息:<https://www.virtualbox.org/manual/ch08.html#vboxmanage-list>。
|
||
|
||
- 列出所有VirtualBox虚拟机:
|
||
|
||
`VBoxManage list vms`
|
||
|
||
- 显示主机系统上可用的DHCP服务器:
|
||
|
||
`VBoxManage list dhcpservers`
|
||
|
||
- 显示当前安装的Oracle VM VirtualBox扩展包:
|
||
|
||
`VBoxManage list extpacks`
|
||
|
||
- 显示所有虚拟机组:
|
||
|
||
`VBoxManage list groups`
|
||
|
||
- 显示当前由VirtualBox使用的虚拟磁盘设置:
|
||
|
||
`VBoxManage list hdds`
|
||
|
||
- 显示主机系统上可用的仅主机网络接口:
|
||
|
||
`VBoxManage list hostonlyifs`
|
||
|
||
- 显示当前正在运行的虚拟机列表:
|
||
|
||
`VBoxManage list runningvms`
|
||
|
||
- 显示主机系统信息:
|
||
|
||
`VBoxManage list hostinfo` |