Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Mac
- Windows 10
- netsh
- port
- Quartz
- vscode
- context
- 단축키
- grep
- 네트워크
- 줄바꿈 문자
- ssh
- resource
- lsof
- JavaScript
- VirtualBox
- plugin
- import
- maVen
- tomcat
- xargs
- profile
- Windows
- bash
- GIT
- web.xml
- Eclipse
- Source
- find
- IntelliJ
Archives
- Today
- Total
develog
[VirtualBox] VBoxManage 로 VM 강제 종료하기 본문
# vboxmanage 명령어가 있는 경로로 이동한다
C:\> cd C:\Program Files\Oracle\VirtualBox
# 실행중인 vm 목록을 확인한다
# vboxmanage list runningvms
C:\Program Files\Oracle\VirtualBox> vboxmanage list runningvms
"web1" {fee587b8-6d47-4425-9b7f-4f9d7ffd4481}
# 아래 명령으로 실행중인 vm 을 종료한다
# vboxmanage controlvm <UUID> poweroff
C:\Program Files\Oracle\VirtualBox> vboxmanage controlvm fee587b8-6d47-4425-9b7f-4f9d7ffd4481 poweroff
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Comments