Last active
July 28, 2020 05:35
-
-
Save vietvudanh/b7e67856f1ff2233cae41892402a6faf to your computer and use it in GitHub Desktop.
Virtualbox manage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# list | |
vboxmanage list vms | |
vboxmanage list runningvms | |
# start | |
VM=cent7_1 | |
vboxmanage startvm $VM --type headless | |
# stop | |
vboxmanage controlvm Ubuntu poweroff soft |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment