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 |
Tags
- JavaScript
- profile
- Windows
- vscode
- ssh
- IntelliJ
- GIT
- web.xml
- bash
- port
- Eclipse
- 줄바꿈 문자
- tomcat
- netsh
- context
- VirtualBox
- resource
- xargs
- 네트워크
- Source
- Mac
- maVen
- grep
- plugin
- Quartz
- 단축키
- find
- import
- Windows 10
- lsof
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