Created
October 27, 2015 07:16
-
-
Save aarongarciah/e2941d0a1673f4a6cc4c to your computer and use it in GitHub Desktop.
Running VirtualBox From the Terminal
This file contains 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
Start VM | |
$ VBoxManage startvm "[NAME_OF_YOUR_VM]" --type headless | |
Send Shutdown Signal | |
$ VBoxManage controlvm "[NAME_OF_YOUR_VM]" acpipowerbutton | |
Power Off | |
$ VBoxManage controlvm "[NAME_OF_YOUR_VM]" poweroff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment