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:06] 172.26.0.166virtualbox [2010/01/20 08:08] 172.26.0.166
Line 3: Line 3:
  
   * [[http://www.virtualbox.org|VirtualBox homepage]]   * [[http://www.virtualbox.org|VirtualBox homepage]]
- 
-==== Commonly-used commands ==== 
-List your VMs: 
-<code>VBoxManage list vms</code> 
-List all running VMs: 
-<code>VBoxManage list runningvms </code> 
  
 ===== Create a VM ===== ===== Create a VM =====
Line 51: Line 45:
 $ yum install virtualbox-3.1 $ yum install virtualbox-3.1
 </file> </file>
 +
 +==== Commonly-used commands ====
 +List your VMs:
 +<code>VBoxManage list vms</code>
 +List all running VMs:
 +<code>VBoxManage list runningvms </code>