vbox 简单命令行管理

启动虚拟机

VBoxManage startvm <vm_name> -type vrdp

关闭虚拟机
      VBoxManage controlvm <vm_name> acpipowerbutton

暂停虚拟机

VBoxManage controlvm <vm_name> pause

从暂停中启动虚拟机

VBoxManage controlvm <vm_name> resume

查看有哪些虚拟机

VBoxManage list vms

查看虚拟的详细信息
      VBoxManage list vms --long

查看运行着的虚拟机
      VBoxManage list runningvms

强制关闭虚拟机
      VBoxManage controlvm <vm_name> poweroff


更多VBoxManage用法请参考VBoxMange --help

posted on 2013-12-09 10:09  woodyx  阅读(1209)  评论(0编辑  收藏  举报

导航