add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,36 @@
# 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`