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

28 lines
783 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-showvminfo
> 显示已注册虚拟机的信息。
> 更多信息:<https://www.virtualbox.org/manual/ch08.html#vboxmanage-showvminfo>。
- 显示特定虚拟机的信息:
`VBoxManage showvminfo {{vm_name|uuid}}`
- 显示特定虚拟机的更多详细信息:
`VBoxManage showvminfo --details {{vm_name|uuid}}`
- 以机器可读的格式显示信息:
`VBoxManage showvminfo --machinereadable {{vm_name|uuid}}`
- 如果虚拟机是加密的,请指定密码 ID
`VBoxManage showvminfo --password-id {{password_id}} {{vm_name|uuid}}`
- 如果虚拟机是加密的,请指定密码文件:
`VBoxManage showvminfo --password {{path/to/password_file}} {{vm_name|uuid}}`
- 显示特定虚拟机的日志:
`VBoxManage showvminfo --log {{vm_name|uuid}}`