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