| Command | Description |
|---|---|
| VBoxManage createvm | Create VM in VirtualBox |
| New-VM | Create VM in Hyper-V |
| virt-install | Create VM in KVM |
| qemu-img create | Create virtual disk |
| Command | Description |
|---|---|
| VBoxManage startvm | Start VirtualBox VM |
| Start-VM | Start Hyper-V VM |
| virsh start | Start KVM VM |
| qemu-system-x86_64 | Launch QEMU VM |
| Command | Description |
|---|---|
| VBoxManage snapshot | Manage VirtualBox snapshots |
| Checkpoint-VM | Create Hyper-V checkpoint |
| virsh snapshot-create-as | Create KVM snapshot |
| Revert Snapshot | Restore VM state |
| Command | Description |
|---|---|
| VBoxManage list vms | List VirtualBox VMs |
| Get-VM | List Hyper-V VMs |
| virsh list | List KVM VMs |
| VBoxManage unregistervm | Delete VirtualBox VM |