VirtualBox

source: vbox/trunk/doc/manual/en_US/man_VBoxManage-list.xml@ 96388

最後變更 在這個檔案從96388是 96300,由 vboxsync 提交於 3 年 前

doc: comment fixing

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 20.9 KB
 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 manpage, user manual, usage: VBoxManage list
4-->
5<!--
6 Copyright (C) 2006-2020 Oracle Corporation
7
8 This file is part of VirtualBox Open Source Edition (OSE), as
9 available from http://www.alldomusa.eu.org. This file is free software;
10 you can redistribute it and/or modify it under the terms of the GNU
11 General Public License (GPL) as published by the Free Software
12 Foundation, in version 2 as it comes in the "COPYING" file of the
13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15-->
16<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
17 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
18<!ENTITY % all.entities SYSTEM "all-entities.ent">
19%all.entities;
20]>
21<refentry id="vboxmanage-list" lang="en">
22 <refentryinfo>
23 <pubdate>$Date: 2022-08-18 17:27:14 +0000 (Thu, 18 Aug 2022) $</pubdate>
24 <title>VBoxManage list</title>
25 </refentryinfo>
26
27 <refmeta>
28 <refentrytitle>VBoxManage-list</refentrytitle>
29 <manvolnum>1</manvolnum>
30 </refmeta>
31
32 <refnamediv>
33 <refname>VBoxManage-list</refname>
34 <refpurpose>view system information and VM configuration details</refpurpose>
35 <refclass>&product-name;</refclass>
36 </refnamediv>
37
38 <refsynopsisdiv>
39 <cmdsynopsis id="synopsis-vboxmanage-list">
40<!-- The 'id' is mandatory and must start with 'synopsis-'. -->
41 <command>VBoxManage list</command>
42 <arg>--long</arg>
43 <arg>--sorted</arg>
44 <group>
45 <arg choice="plain">bridgedifs</arg>
46 <arg choice="plain">cloudnets</arg>
47 <arg choice="plain">cloudprofiles</arg>
48 <arg choice="plain">cloudproviders</arg>
49 <arg choice="plain">cpu-profiles</arg>
50 <arg choice="plain">dhcpservers</arg>
51 <arg choice="plain">dvds</arg>
52 <arg choice="plain">extpacks</arg>
53 <arg choice="plain">floppies</arg>
54 <arg choice="plain">groups</arg>
55 <arg choice="plain">hddbackends</arg>
56 <arg choice="plain">hdds</arg>
57 <arg choice="plain">hostcpuids</arg>
58 <arg choice="plain">hostdrives</arg>
59 <arg choice="plain">hostdvds</arg>
60 <arg choice="plain">hostfloppies</arg>
61 <arg choice="plain">hostinfo</arg>
62 <arg choice="plain">hostonlyifs</arg>
63 <arg choice="plain">hostonlynets</arg>
64 <arg choice="plain">intnets</arg>
65 <arg choice="plain">natnets</arg>
66 <arg choice="plain">ostypes</arg>
67 <arg choice="plain">runningvms</arg>
68 <arg choice="plain">screenshotformats</arg>
69 <arg choice="plain">systemproperties</arg>
70 <arg choice="plain">usbfilters</arg>
71 <arg choice="plain">usbhost</arg>
72 <arg choice="plain">vms</arg>
73 <arg choice="plain">webcams</arg>
74 </group>
75 </cmdsynopsis>
76 </refsynopsisdiv>
77
78 <refsect1>
79 <title>Description</title>
80 <para>
81 The <command>VBoxManage list</command> subcommands enable you to
82 obtain information about the &product-name; software, the VMs
83 and associated services that you create.
84 </para>
85 <refsect2 id="vboxmanage-list-common-options">
86 <title>Common Options</title>
87 <variablelist>
88 <varlistentry>
89 <term><option>--long</option></term>
90 <listitem><para>
91 Shows detailed information about each information entry
92 if available. The short form of this option is
93 <option>-l</option>.
94 </para></listitem>
95 </varlistentry>
96 <varlistentry>
97 <term><option>--sorted</option></term>
98 <listitem><para>
99 Sorts the list of information entries alphabetically. The
100 short form of this option is <option>-s</option>.
101 </para></listitem>
102 </varlistentry>
103 </variablelist>
104 </refsect2>
105 <refsect2 id="vboxmanage-list-bridgedifs">
106 <title>List the Bridged Network Interfaces on the Host System</title>
107 <cmdsynopsis id="synopsis-vboxmanage-list-bridgedifs">
108 <command>VBoxManage list</command>
109 <arg choice="plain">bridgedifs</arg>
110 </cmdsynopsis>
111 <para>
112 The <command>VBoxManage list bridgedifs</command> command lists
113 the bridged network interfaces that are currently available on
114 the host system. The output shows detailed configuration
115 information about each interface. See <xref linkend="networkingdetails"/>.
116 </para>
117 </refsect2>
118 <refsect2 id="vboxmanage-list-cloudnets">
119 <title>List the Cloud Network Interfaces</title>
120 <cmdsynopsis id="synopsis-vboxmanage-list-cloudnets">
121 <command>VBoxManage list</command>
122 <arg choice="plain">cloudnets</arg>
123 </cmdsynopsis>
124 <para>
125 The <command>VBoxManage list cloudnets</command> command
126 lists the cloud network interfaces that have been configured. A cloud
127 network interface provides connectivity between local VMs and a
128 cloud network.
129 </para>
130 </refsect2>
131 <refsect2 id="vboxmanage-list-cloudprofiles">
132 <title>List the Cloud Profiles</title>
133 <cmdsynopsis id="synopsis-vboxmanage-list-cloudprofiles">
134 <command>VBoxManage list</command>
135 <arg choice="plain">cloudprofiles</arg>
136 </cmdsynopsis>
137 <para>
138 The <command>VBoxManage list cloudprofiles</command> command
139 lists the cloud profiles that have been configured. A cloud
140 profile contains settings for a cloud service account.
141 </para>
142 </refsect2>
143 <refsect2 id="vboxmanage-list-cloudproviders">
144 <title>List the Cloud Providers</title>
145 <cmdsynopsis id="synopsis-vboxmanage-list-cloudproviders">
146 <command>VBoxManage list</command>
147 <arg choice="plain">cloudproviders</arg>
148 </cmdsynopsis>
149 <para>
150 The <command>VBoxManage list cloudproviders</command> command
151 lists the cloud providers that are supported by &product-name;.
152 Oracle Cloud Infrastructure is an example of a cloud provider.
153 </para>
154 </refsect2>
155 <refsect2 id="vboxmanage-list-cpu-profiles">
156 <title>List the known CPU Profiles</title>
157 <cmdsynopsis id="synopsis-vboxmanage-list-cpu-profiles">
158 <command>VBoxManage list</command>
159 <arg choice="plain">cpu-profiles</arg>
160 </cmdsynopsis>
161 <para>
162 The <command>VBoxManage list cpu-profiles</command> command
163 lists the CPU profiles that are known by &product-name;.
164 </para>
165 </refsect2>
166 <refsect2 id="vboxmanage-list-dhcpservers">
167 <title>List the DHCP Servers on the Host System</title>
168 <cmdsynopsis id="synopsis-vboxmanage-list-dhcpservers">
169 <command>VBoxManage list</command>
170 <arg choice="plain">dhcpservers</arg>
171 </cmdsynopsis>
172 <para>
173 The <command>VBoxManage list dhcpservers</command> command lists
174 the DHCP servers that are currently available on the host
175 system. The output shows detailed configuration information
176 about each DHCP server. See <xref linkend="networkingdetails"/>.
177 </para>
178 </refsect2>
179 <refsect2 id="vboxmanage-list-dvds">
180 <title>List the DVD Virtual Disk Images</title>
181 <cmdsynopsis id="synopsis-vboxmanage-list-dvds">
182 <command>VBoxManage list</command>
183 <arg choice="plain">dvds</arg>
184 </cmdsynopsis>
185 <para>
186 The <command>VBoxManage list dvds</command> command shows
187 information about the DVD virtual disk images that are currently
188 in use by the &product-name; software. For each image, the
189 output shows all the settings, the UUIDs associated with the
190 image by &product-name;, and all files associated with the
191 image.
192 </para>
193 <para>
194 This command performs the same function as the Virtual Media
195 Manager. See <xref linkend="vdis"/>.
196 </para>
197 </refsect2>
198 <refsect2 id="vboxmanage-list-extpacks">
199 <title>List the Installed &product-name; Extension Packs</title>
200 <cmdsynopsis id="synopsis-vboxmanage-list-extpacks">
201 <command>VBoxManage list</command>
202 <arg choice="plain">extpacks</arg>
203 </cmdsynopsis>
204 <para>
205 The <command>VBoxManage list extpacks</command> command shows
206 all &product-name; extension packs that are currently installed.
207 See <xref linkend="intro-installing"/> and
208 <xref linkend="vboxmanage-extpack"/>.
209 </para>
210 </refsect2>
211 <refsect2 id="vboxmanage-list-floppies">
212 <title>List the Floppy Disk Virtual Disk Images</title>
213 <cmdsynopsis id="synopsis-vboxmanage-list-floppies">
214 <command>VBoxManage list</command>
215 <arg choice="plain">floppies</arg>
216 </cmdsynopsis>
217 <para>
218 The <command>VBoxManage list floppies</command> command shows
219 information about the floppy disk images that are currently in
220 use by the &product-name; software. For each image, the output
221 shows all the settings, the UUIDs associated with the image by
222 &product-name;, and all files associated with the image.
223 </para>
224 <para>
225 This command performs the same function as the Virtual Media
226 Manager. See <xref linkend="vdis"/>.
227 </para>
228 </refsect2>
229 <refsect2 id="vboxmanage-list-groups">
230 <title>List the Virtual Machine Groups</title>
231 <cmdsynopsis id="synopsis-vboxmanage-list-groups">
232 <command>VBoxManage list</command>
233 <arg choice="plain">groups</arg>
234 </cmdsynopsis>
235 <para>
236 The <command>VBoxManage list groups</command> command shows
237 all VM groups. See <xref linkend="gui-vmgroups"/>.
238 </para>
239 </refsect2>
240 <refsect2 id="vboxmanage-list-hddbackends">
241 <title>List the Virtual Disk Backends</title>
242 <cmdsynopsis id="synopsis-vboxmanage-list-hddbackends">
243 <command>VBoxManage list</command>
244 <arg choice="plain">hddbackends</arg>
245 </cmdsynopsis>
246 <para>
247 The <command>VBoxManage list hddbackends</command> command lists
248 all known virtual disk backends of the &product-name; software.
249 For each such format, such as VDI, VMDK, or RAW, this command
250 lists the backend's capabilities and configuration.
251 </para>
252 </refsect2>
253 <refsect2 id="vboxmanage-list-hdds">
254 <title>List the Hard Disk Virtual Disk Images</title>
255 <cmdsynopsis id="synopsis-vboxmanage-list-hdds">
256 <command>VBoxManage list</command>
257 <arg choice="plain">hdds</arg>
258 </cmdsynopsis>
259 <para>
260 The <command>VBoxManage list hdds</command> command shows
261 information about the hard disk virtual disk images that are
262 currently in use by the &product-name; software. For each image,
263 the output shows all the settings, the UUIDs associated with the
264 image by &product-name;, and all files associated with the
265 image.
266 </para>
267 <para>
268 This command performs the same function as the Virtual Media
269 Manager. See <xref linkend="vdis"/>.
270 </para>
271 </refsect2>
272 <refsect2 id="vboxmanage-list-hostcpuids">
273 <title>List the CPUID Information for the Host System CPUs</title>
274 <cmdsynopsis id="synopsis-vboxmanage-list-hostcpuids">
275 <command>VBoxManage list</command>
276 <arg choice="plain">hostcpuids</arg>
277 </cmdsynopsis>
278 <para>
279 The <command>VBoxManage list hostcpuids</command> command lists
280 CPUID information for each CPU on the host system. Use this
281 information to perform a more fine grained analyis of the host
282 system's virtualization capabilities.
283 </para>
284 </refsect2>
285 <refsect2 id="vboxmanage-list-hostdrives">
286 <title>List the Storage Drives on the Host System</title>
287 <cmdsynopsis id="synopsis-vboxmanage-list-hostdrives">
288 <command>VBoxManage list</command>
289 <arg choice="plain">hostdrives</arg>
290 </cmdsynopsis>
291 <para>
292 The <command>VBoxManage list hostdrives</command> command lists
293 the disk drives on the host system potentially useful for creating
294 a VMDK raw disk image. Each entry includes the name used to
295 reference them from within &product-name;.
296 </para>
297 </refsect2>
298 <refsect2 id="vboxmanage-list-hostdvds">
299 <title>List the DVD Drives on the Host System</title>
300 <cmdsynopsis id="synopsis-vboxmanage-list-hostdvds">
301 <command>VBoxManage list</command>
302 <arg choice="plain">hostdvds</arg>
303 </cmdsynopsis>
304 <para>
305 The <command>VBoxManage list hostdvds</command> command lists
306 the DVD drives on the host system. Each DVD entry includes
307 the name used to access them from within &product-name;.
308 </para>
309 </refsect2>
310 <refsect2 id="vboxmanage-list-hostfloppies">
311 <title>List the Floppy Disk Drives on the Host System</title>
312 <cmdsynopsis id="synopsis-vboxmanage-list-hostfloppies">
313 <command>VBoxManage list</command>
314 <arg choice="plain">hostfloppies</arg>
315 </cmdsynopsis>
316 <para>
317 The <command>VBoxManage list hostfloppies</command> command
318 lists the floppy disk drives on the host system. Each floppy
319 disk entry includes the name used to access them from within
320 &product-name;.
321 </para>
322 </refsect2>
323 <refsect2 id="vboxmanage-list-hostinfo">
324 <title>List Information About the Host System</title>
325 <cmdsynopsis id="synopsis-vboxmanage-list-hostinfo">
326 <command>VBoxManage list</command>
327 <arg choice="plain">hostinfo</arg>
328 </cmdsynopsis>
329 <para>
330 The <command>VBoxManage list hostinfo</command> command shows
331 information about the host system. The output includes
332 information about the CPUs, memory, and the OS version.
333 </para>
334 </refsect2>
335 <refsect2 id="vboxmanage-list-hostonlyifs">
336 <title>List the Host-Only Network Interfaces on the Host System</title>
337 <cmdsynopsis id="synopsis-vboxmanage-list-hostonlyifs">
338 <command>VBoxManage list</command>
339 <arg choice="plain">hostonlyifs</arg>
340 </cmdsynopsis>
341 <para>
342 The <command>VBoxManage list hostonlyifs</command> command lists
343 the host-only network interfaces that are currently available on
344 the host system. The output shows detailed configuration
345 information about each interface. See <xref linkend="networkingdetails"/>.
346 </para>
347 </refsect2>
348 <refsect2 id="vboxmanage-list-hostonlynets">
349 <title>List Host-Only Networks</title>
350 <cmdsynopsis id="synopsis-vboxmanage-list-hostonlynets">
351 <command>VBoxManage list</command>
352 <arg choice="plain">hostonlynets</arg>
353 </cmdsynopsis>
354 <para>
355 The <command>VBoxManage list hostonlynets</command> command
356 lists the host-only networks that have been configured. A
357 host-only network provides connectivity between the host and
358 local VMs. See <xref linkend="networkingdetails"/>.
359 </para>
360 </refsect2>
361 <refsect2 id="vboxmanage-list-intnets">
362 <title>List Internal Networks</title>
363 <cmdsynopsis id="synopsis-vboxmanage-list-intnets">
364 <command>VBoxManage list</command>
365 <arg choice="plain">intnets</arg>
366 </cmdsynopsis>
367 <para>
368 The <command>VBoxManage list intnets</command> command shows
369 information about the internal networks. See
370 <xref linkend="networkingdetails"/>.
371 </para>
372 </refsect2>
373 <refsect2 id="vboxmanage-list-natnets">
374 <title>List the NAT Network Interfaces on the Host System</title>
375 <cmdsynopsis id="synopsis-vboxmanage-list-natnets">
376 <command>VBoxManage list</command>
377 <arg choice="plain">natnets</arg>
378 </cmdsynopsis>
379 <para>
380 The <command>VBoxManage list natnets</command> command lists the
381 NAT network interfaces that are currently available on the host
382 system. See <xref linkend="networkingdetails"/>.
383 </para>
384 </refsect2>
385 <refsect2 id="vboxmanage-list-ostypes">
386 <title>List the Guest Operating Systems</title>
387 <cmdsynopsis id="synopsis-vboxmanage-list-ostypes">
388 <command>VBoxManage list</command>
389 <arg choice="plain">ostypes</arg>
390 </cmdsynopsis>
391 <para>
392 The <command>VBoxManage list ostypes</command> command lists all
393 guest operating systems (OSes) that are known to &product-name;.
394 Each OS entry includes an identifier, a description, a family
395 identifier, a family description, and whether the OS has 64-bit
396 support.
397 </para>
398 <para>
399 You can use these identifiers with the <command>VBoxManage
400 modifyvm</command> command.
401 </para>
402 </refsect2>
403 <refsect2 id="vboxmanage-list-runningvms">
404 <title>List the Running Virtual Machines</title>
405 <cmdsynopsis id="synopsis-vboxmanage-list-runningvms">
406 <command>VBoxManage list</command>
407 <arg choice="plain">runningvms</arg>
408 </cmdsynopsis>
409 <para>
410 The <command>VBoxManage list runningvms</command> command lists
411 all virtual machines (VMs) that are currently running. By
412 default this displays a compact list that shows the name and
413 UUID of each VM.
414 </para>
415 </refsect2>
416 <refsect2 id="vboxmanage-list-screenshotformats">
417 <title>List the Available Screen Shot Formats</title>
418 <cmdsynopsis id="synopsis-vboxmanage-list-screenshotformats">
419 <command>VBoxManage list</command>
420 <arg choice="plain">screenshotformats</arg>
421 </cmdsynopsis>
422 <para>
423 The <command>VBoxManage list screenshotformats</command> command
424 shows the list of available screen shot formats.
425 </para>
426 </refsect2>
427 <refsect2 id="vboxmanage-list-systemproperties">
428 <title>List System Properties</title>
429 <cmdsynopsis id="synopsis-vboxmanage-list-systemproperties">
430 <command>VBoxManage list</command>
431 <arg choice="plain">systemproperties</arg>
432 </cmdsynopsis>
433 <para>
434 The <command>VBoxManage list systemproperties</command> command
435 shows a large collection of global &product-name; settings and
436 limits, such as minimum and maximum guest RAM, virtual hard disk
437 size, folder settings, and the current authentication library in
438 use.
439 </para>
440 </refsect2>
441 <refsect2 id="vboxmanage-list-usbfilters">
442 <title>List the Registered Global USB Filters</title>
443 <cmdsynopsis id="synopsis-vboxmanage-list-usbfilters">
444 <command>VBoxManage list</command>
445 <arg choice="plain">usbfilters</arg>
446 </cmdsynopsis>
447 <para>
448 The <command>VBoxManage list usbfilters</command> command lists
449 all global USB filters registered with &product-name; and
450 displays the filter parameters. Global USB filters are for
451 devices which are accessible to all virtual machines.
452 </para>
453 </refsect2>
454 <refsect2 id="vboxmanage-list-usbhost">
455 <title>List the USB Devices on the Host System</title>
456 <cmdsynopsis id="synopsis-vboxmanage-list-usbhost">
457 <command>VBoxManage list</command>
458 <arg choice="plain">usbhost</arg>
459 </cmdsynopsis>
460 <para>
461 The <command>VBoxManage list usbhost</command> command shows
462 information about the USB devices that are attached to the host
463 system. The output includes information that you can use to
464 construct USB filters and indicates whether the device is
465 currently in use by the host system.
466 </para>
467 </refsect2>
468 <refsect2 id="vboxmanage-list-vms">
469 <title>List Virtual Machines</title>
470 <cmdsynopsis id="synopsis-vboxmanage-list-vms">
471 <command>VBoxManage list</command>
472 <arg choice="plain">vms</arg>
473 </cmdsynopsis>
474 <para>
475 The <command>VBoxManage list vms</command> command lists all
476 virtual machines (VMs) that are currently registered with
477 &product-name;. By default this command displays a compact list
478 that shows the name and UUID of each VM.
479 </para>
480 </refsect2>
481 <refsect2 id="vboxmanage-list-webcams">
482 <title>List the Webcams Attached to a Running Virtual Machine</title>
483 <cmdsynopsis id="synopsis-vboxmanage-list-webcams">
484 <command>VBoxManage list</command>
485 <arg choice="plain">webcams</arg>
486 </cmdsynopsis>
487 <para>
488 The <command>VBoxManage list webcams</command> command shows the
489 list of webcams that are attached to the running VM.
490 </para>
491 <para>
492 The output is a list of absolute paths or aliases that are used
493 to attach the webcams to the VM by using the <command>VBoxManage
494 webcam attach</command> command.
495 </para>
496 </refsect2>
497 </refsect1>
498
499 <refsect1>
500 <title>Examples</title>
501 <remark role="help-scope" condition="GLOBAL" />
502 <para>
503 The following command lists the VM groups configured for
504 &product-name;.
505 </para>
506<screen>$ VBoxManage list groups
507"/Linux-VMs"
508"/Windows-VMs"</screen>
509 <para>
510 The following command lists the VMs that are currently running.
511 </para>
512<screen>$ VBoxManage list runningvms
513"ol7" {<replaceable>ol7-UUID</replaceable>}
514"win8" {<replaceable>win8-UUID</replaceable>}</screen>
515 </refsect1>
516</refentry>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette