vbox.1.man (1303B)
1 .TH VBOX 1 "13 March 2021" 2 .SH NAME 3 vbox - Manipulate VirtualBox machines 4 5 .SH SYNOPSIS 6 \fBvbox\fP [ -h ] 7 \fIcommand\fP 8 9 .SH DESCRIPTION 10 \fBvbox\fP lets you manipulate (start, stop, pause, suspend) VirtualBox VMs, and change shared folders. 11 12 .SS Options 13 .TP 14 \fB-h\fP 15 Get help. 16 17 .SS Commands 18 .TP 19 \fBstart vm-name\fP 20 Start the VM \fIvm-name\fP (in headless mode) 21 22 \fBstartgui vm-name\fP 23 Start the VM \fIvm-name\fP (in GUI mode) 24 .TP 25 \fBstop vm-name\fP 26 Stop the VM \fIvm-name\fP 27 28 .TP 29 \fBopen vm-name\fP 30 Open the GUI for the VM \fIvm-name\fP 31 32 .TP 33 \fBlist\fP, \fBls\fP 34 List VMs. 35 36 .TP 37 \fBrunning\fP 38 List running VMs 39 40 .TP 41 \fBshare /local/path vm-name /mount/point\fP 42 Share the local folder \fI/local/path\fP to VM \fIvm-name\fP at guest mountpoint \fI/mount/point\fP 43 44 .TP 45 \fBunshare /local/path vm-name\fP 46 Unshare the local folder \fI/local/path\fP from VM \fIvm-name\fP. 47 48 .TP 49 \fBshared vm-name\fP 50 List the folders shared with \fIvm-name\fP. 51 52 .TP 53 \fBpause vm-name\fP 54 Pause the VM \fIvm-name\fP. 55 56 .TP 57 \fBresume vm-name\fP 58 Resume the VM \fIvm-name\fP. 59 60 .TP 61 \fBinfo vm-name\fP 62 Get information about the VM \fIvm-name\fP. 63 64 .TP 65 \fBstatus vm-name\fP 66 Print the status of the VM \fIvm-name\fP. 67 68 .SH "SEE ALSO" 69 VBoxManage(1), 70 .UR https://\:www.virtualbox.org/\:manual/\:ch08.html 71 VirtualBox VBoxManage documentation 72 .UE