User Tools

Site Tools


virtualbox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
virtualbox [2010/01/20 08:19] 172.26.0.166virtualbox [2010/01/20 08:20] 172.26.0.166
Line 43: Line 43:
 $ yum install virtualbox-3.1 $ yum install virtualbox-3.1
 </file> </file>
- +===== Commonly-used commands ===== 
-==== Commonly-used commands ==== +==== List your VMs ====
-List your VMs:+
 <code>VBoxManage list vms</code> <code>VBoxManage list vms</code>
-List all running VMs:+==== List your running VMs ====
 <code>VBoxManage list runningvms </code> <code>VBoxManage list runningvms </code>