-
After installation of Virtualbox, specify the VM files location in VirutalBox: [File -> Preferences -> General -> Default Machine Folder] to "$HOME/docs/vms";
-
Add
alias vb='VBoxManage'
into ~/.bash_aliases; -
List all existing VMs:
vb list vms
; -
List all running VMs:
vb list runningvms
; -
Print the details of a VM:
vb showvminfo xxx
, where xxx is one item name in output ofvb list vms
;