VBoxManage

From Hawk Wiki
Revision as of 03:01, 7 October 2022 by Hall (Talk | contribs) (Created page with "==VBoxManage== <pre> VBoxManage controlvm # list vms VBoxManage list vms # show detail VBoxManage showvminfo vb1 </pre> === To make vboxautostart-service.service work, you n...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

VBoxManage

VBoxManage controlvm
# list vms 
VBoxManage list vms
# show detail
VBoxManage showvminfo vb1

To make vboxautostart-service.service work, you need to disable SELinux

sudo setenforce 0
vim /etc/selinux/config
# change to SELINUX=permissive