目次

コマンドライン(Linux)

一覧表示

$ VBoxManage list vms
"Neptune" {ad4571c7-0013-492f-b44e-7c661ee101d8}
"Pluto" {280eee1d-5ec1-4083-88f6-f72cede568c6}

情報表示

$ VBoxManage showvminfo Neptune

起動

# 通常起動
$ VBoxManage startvm Neptune
 
# バックグランド起動
$ VBoxManage startvm Neptune --type headless

起動一覧

$ VBoxManage list runningvms

シャットダウン

$ VBoxManage controlvm Neptune acpipowerbutton

電源OFF

$ VBoxManage controlvm Neptune poweroff

サスペンド

$ VBoxManage controlvm Neptune savestate