Files
tldr/pages.zh/common/vboxmanage-list.md

36 lines
762 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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`