内容へ移動
くえびこwiki
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
現在位置:
くえびこwiki ~ソフトウェア開発に関する諸々~
»
ソフトウェア
»
VirtualBox
»
操作
»
コマンドライン(Linux)
トレース:
ソフトウェア:virtualbox:操作:コマンドライン_linux
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
===== コマンドライン(Linux) ===== ==== 一覧表示 ==== <code bash> $ VBoxManage list vms "Neptune" {ad4571c7-0013-492f-b44e-7c661ee101d8} "Pluto" {280eee1d-5ec1-4083-88f6-f72cede568c6} </code> ==== 情報表示 ==== <code bash> $ VBoxManage showvminfo Neptune </code> ==== 起動 ==== <code bash> # 通常起動 $ VBoxManage startvm Neptune # バックグランド起動 $ VBoxManage startvm Neptune --type headless </code> ==== 起動一覧 ==== <code bash> $ VBoxManage list runningvms </code> ==== シャットダウン ==== <code bash> $ VBoxManage controlvm Neptune acpipowerbutton </code> ==== 電源OFF ==== <code bash> $ VBoxManage controlvm Neptune poweroff </code> ==== サスペンド ==== <code bash> $ VBoxManage controlvm Neptune savestate </code>
ソフトウェア/virtualbox/操作/コマンドライン_linux.txt
· 最終更新: 2020/09/13 19:28 by
sotoyama
ページ用ツール
文書の表示
以前のリビジョン
文書の先頭へ