1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!--
|
---|
3 | manpage, user manual, usage: VBoxManage list
|
---|
4 |
|
---|
5 | Copyright (C) 2006-2020 Oracle Corporation
|
---|
6 |
|
---|
7 | This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
8 | available from http://www.virtualbox.org. This file is free software;
|
---|
9 | you can redistribute it and/or modify it under the terms of the GNU
|
---|
10 | General Public License (GPL) as published by the Free Software
|
---|
11 | Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
12 | VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
13 | hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
14 | -->
|
---|
15 | <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
16 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
|
---|
17 | <!ENTITY % all.entities SYSTEM "all-entities.ent">
|
---|
18 | %all.entities;
|
---|
19 | ]>
|
---|
20 | <refentry id="vboxmanage-list" lang="en">
|
---|
21 | <refentryinfo>
|
---|
22 | <pubdate>$Date: 2022-03-14 09:39:06 +0000 (Mon, 14 Mar 2022) $</pubdate>
|
---|
23 | <title>VBoxManage list</title>
|
---|
24 | </refentryinfo>
|
---|
25 |
|
---|
26 | <refmeta>
|
---|
27 | <refentrytitle>VBoxManage-list</refentrytitle>
|
---|
28 | <manvolnum>1</manvolnum>
|
---|
29 | </refmeta>
|
---|
30 |
|
---|
31 | <refnamediv>
|
---|
32 | <refname>VBoxManage-list</refname>
|
---|
33 | <refpurpose>просмотр системной информации и детали конфигурации ВМ</refpurpose>
|
---|
34 | <refclass>&product-name;</refclass>
|
---|
35 | </refnamediv>
|
---|
36 |
|
---|
37 | <refsynopsisdiv>
|
---|
38 | <cmdsynopsis id="synopsis-vboxmanage-list">
|
---|
39 | <!-- The 'id' is mandatory and must start with 'synopsis-'. -->
|
---|
40 | <command>VBoxManage list</command>
|
---|
41 | <arg>--long</arg>
|
---|
42 | <arg>--sorted</arg>
|
---|
43 | <group>
|
---|
44 | <arg choice="plain">bridgedifs</arg>
|
---|
45 | <arg choice="plain">cloudnets</arg>
|
---|
46 | <arg choice="plain">cloudprofiles</arg>
|
---|
47 | <arg choice="plain">cloudproviders</arg>
|
---|
48 | <arg choice="plain">cpu-profiles</arg>
|
---|
49 | <arg choice="plain">dhcpservers</arg>
|
---|
50 | <arg choice="plain">dvds</arg>
|
---|
51 | <arg choice="plain">extpacks</arg>
|
---|
52 | <arg choice="plain">floppies</arg>
|
---|
53 | <arg choice="plain">groups</arg>
|
---|
54 | <arg choice="plain">hddbackends</arg>
|
---|
55 | <arg choice="plain">hdds</arg>
|
---|
56 | <arg choice="plain">hostcpuids</arg>
|
---|
57 | <arg choice="plain">hostdrives</arg>
|
---|
58 | <arg choice="plain">hostdvds</arg>
|
---|
59 | <arg choice="plain">hostfloppies</arg>
|
---|
60 | <arg choice="plain">hostinfo</arg>
|
---|
61 | <arg choice="plain">hostonlyifs</arg>
|
---|
62 | <arg choice="plain">hostonlynets</arg>
|
---|
63 | <arg choice="plain">intnets</arg>
|
---|
64 | <arg choice="plain">natnets</arg>
|
---|
65 | <arg choice="plain">ostypes</arg>
|
---|
66 | <arg choice="plain">runningvms</arg>
|
---|
67 | <arg choice="plain">screenshotformats</arg>
|
---|
68 | <arg choice="plain">systemproperties</arg>
|
---|
69 | <arg choice="plain">usbfilters</arg>
|
---|
70 | <arg choice="plain">usbhost</arg>
|
---|
71 | <arg choice="plain">vms</arg>
|
---|
72 | <arg choice="plain">webcams</arg>
|
---|
73 | </group>
|
---|
74 | </cmdsynopsis>
|
---|
75 | </refsynopsisdiv>
|
---|
76 |
|
---|
77 | <refsect1>
|
---|
78 | <title>Описание</title>
|
---|
79 | <para>
|
---|
80 | Подкоманды <command>VBoxManage list</command> позволяют получить
|
---|
81 | информацию о ПО &product-name;, ВМ и соответствующих службах,
|
---|
82 | созданных вами.
|
---|
83 | </para>
|
---|
84 | <refsect2 id="vboxmanage-list-common-options">
|
---|
85 | <title>Общие настройки</title>
|
---|
86 | <variablelist>
|
---|
87 | <varlistentry>
|
---|
88 | <term><option>--long</option></term>
|
---|
89 | <listitem><para>
|
---|
90 | Показывает детальную информацию по каждому элементу,
|
---|
91 | если она доступна. Краткая форма этой опции:
|
---|
92 | <option>-l</option>.
|
---|
93 | </para></listitem>
|
---|
94 | </varlistentry>
|
---|
95 | <varlistentry>
|
---|
96 | <term><option>--sorted</option></term>
|
---|
97 | <listitem><para>
|
---|
98 | Сортирует элементы детального списка по алфавиту.
|
---|
99 | Краткая форма этой опции: <option>-s</option>.
|
---|
100 | </para></listitem>
|
---|
101 | </varlistentry>
|
---|
102 | </variablelist>
|
---|
103 | </refsect2>
|
---|
104 | <refsect2 id="vboxmanage-list-bridgedifs">
|
---|
105 | <title>Отображение сетевых интерфейсов типа "Сетевой мост" в хост-системе</title>
|
---|
106 | <cmdsynopsis id="synopsis-vboxmanage-list-bridgedifs">
|
---|
107 | <command>VBoxManage list</command>
|
---|
108 | <arg choice="plain">bridgedifs</arg>
|
---|
109 | </cmdsynopsis>
|
---|
110 | <para>
|
---|
111 | Команда <command>VBoxManage list bridgedifs</command> отображает
|
---|
112 | интерфейсы типа "сетевой мост", доступные на данный момент
|
---|
113 | в системе хоста. Вывод показывает детальную информацию о конфигурации
|
---|
114 | каждого интерфейса. Смотрите <xref linkend="networkingdetails"/>.
|
---|
115 | </para>
|
---|
116 | </refsect2>
|
---|
117 | <refsect2 id="vboxmanage-list-cloudnets">
|
---|
118 | <title>Отображение облачных сетевых интерфейсов</title>
|
---|
119 | <cmdsynopsis id="synopsis-vboxmanage-list-cloudnets">
|
---|
120 | <command>VBoxManage list</command>
|
---|
121 | <arg choice="plain">cloudnets</arg>
|
---|
122 | </cmdsynopsis>
|
---|
123 | <para>
|
---|
124 | Команда <command>VBoxManage list cloudnets</command> отображает
|
---|
125 | сконфигурированные облачные сетевые интерфейсы. Облачный сетевой
|
---|
126 | интерфейс обеспечивает соединение между локальной ВМ и облачной
|
---|
127 | сетью.
|
---|
128 | </para>
|
---|
129 | </refsect2>
|
---|
130 | <refsect2 id="vboxmanage-list-cloudprofiles">
|
---|
131 | <title>Отображение облачных профилей</title>
|
---|
132 | <cmdsynopsis id="synopsis-vboxmanage-list-cloudprofiles">
|
---|
133 | <command>VBoxManage list</command>
|
---|
134 | <arg choice="plain">cloudprofiles</arg>
|
---|
135 | </cmdsynopsis>
|
---|
136 | <para>
|
---|
137 | Команда <command>VBoxManage list cloudprofiles</command> отображает
|
---|
138 | сконфигурированные облачные профили. Облачный профиль содержит
|
---|
139 | настройки для учетной записи службы облака.
|
---|
140 | </para>
|
---|
141 | </refsect2>
|
---|
142 | <refsect2 id="vboxmanage-list-cloudproviders">
|
---|
143 | <title>Отображение облачных провайдеров</title>
|
---|
144 | <cmdsynopsis id="synopsis-vboxmanage-list-cloudproviders">
|
---|
145 | <command>VBoxManage list</command>
|
---|
146 | <arg choice="plain">cloudproviders</arg>
|
---|
147 | </cmdsynopsis>
|
---|
148 | <para>
|
---|
149 | Команда <command>VBoxManage list cloudproviders</command> показывает
|
---|
150 | облачных провайдеров, поддерживаемых &product-name;.
|
---|
151 | Примером облачного провайдера является Oracle Cloud Infrastructure.
|
---|
152 | </para>
|
---|
153 | </refsect2>
|
---|
154 | <refsect2 id="vboxmanage-list-cpu-profiles">
|
---|
155 | <title>Отображение известных профилей ЦПУ</title>
|
---|
156 | <cmdsynopsis id="synopsis-vboxmanage-list-cpu-profiles">
|
---|
157 | <command>VBoxManage list</command>
|
---|
158 | <arg choice="plain">cpu-profiles</arg>
|
---|
159 | </cmdsynopsis>
|
---|
160 | <para>
|
---|
161 | Команда <command>VBoxManage list cpu-profiles</command> отображает
|
---|
162 | ЦПУ профили, известные в &product-name;.
|
---|
163 | </para>
|
---|
164 | </refsect2>
|
---|
165 | <refsect2 id="vboxmanage-list-dhcpservers">
|
---|
166 | <title>Отображение DHCP серверов в хост-системе</title>
|
---|
167 | <cmdsynopsis id="synopsis-vboxmanage-list-dhcpservers">
|
---|
168 | <command>VBoxManage list</command>
|
---|
169 | <arg choice="plain">dhcpservers</arg>
|
---|
170 | </cmdsynopsis>
|
---|
171 | <para>
|
---|
172 | Команда <command>VBoxManage list dhcpservers</command> отображает
|
---|
173 | DHCP серверы, доступные в хост-системе. Вывод показывает
|
---|
174 | детальную информацию о конфигурации каждого DHCP сервера.
|
---|
175 | Смотрите <xref linkend="networkingdetails"/>.
|
---|
176 | </para>
|
---|
177 | </refsect2>
|
---|
178 | <refsect2 id="vboxmanage-list-dvds">
|
---|
179 | <title>Отображение образов виртуальных дисков DVD</title>
|
---|
180 | <cmdsynopsis id="synopsis-vboxmanage-list-dvds">
|
---|
181 | <command>VBoxManage list</command>
|
---|
182 | <arg choice="plain">dvds</arg>
|
---|
183 | </cmdsynopsis>
|
---|
184 | <para>
|
---|
185 | Команда <command>VBoxManage list dvds</command> отображает
|
---|
186 | информацию об образах виртуальных дисков DVD, используемых
|
---|
187 | в данный момент в ПО &product-name;. Для каждого образа
|
---|
188 | вывод показывает все настройки, UUID, назначенные образу
|
---|
189 | в &product-name; и все файлы связанные с образом.
|
---|
190 | </para>
|
---|
191 | <para>
|
---|
192 | Эта команда выполняет ту же функцию, что и Менеджер виртуальных
|
---|
193 | носителей. Смотрите <xref linkend="vdis"/>.
|
---|
194 | </para>
|
---|
195 | </refsect2>
|
---|
196 | <refsect2 id="vboxmanage-list-extpacks">
|
---|
197 | <title>Отображение установленных пакетов расширения &product-name;</title>
|
---|
198 | <cmdsynopsis id="synopsis-vboxmanage-list-extpacks">
|
---|
199 | <command>VBoxManage list</command>
|
---|
200 | <arg choice="plain">extpacks</arg>
|
---|
201 | </cmdsynopsis>
|
---|
202 | <para>
|
---|
203 | Команда <command>VBoxManage list extpacks</command> показывает
|
---|
204 | все пакеты расширения &product-name;, установленные в системе
|
---|
205 | на данный момент. Смотрите <xref linkend="intro-installing"/> и
|
---|
206 | <xref linkend="vboxmanage-extpack"/>.
|
---|
207 | </para>
|
---|
208 | </refsect2>
|
---|
209 | <refsect2 id="vboxmanage-list-floppies">
|
---|
210 | <title>Отображение образов виртуальных флоппи дисков</title>
|
---|
211 | <cmdsynopsis id="synopsis-vboxmanage-list-floppies">
|
---|
212 | <command>VBoxManage list</command>
|
---|
213 | <arg choice="plain">floppies</arg>
|
---|
214 | </cmdsynopsis>
|
---|
215 | <para>
|
---|
216 | Команда <command>VBoxManage list floppies</command> отображает
|
---|
217 | информацию об образах флоппи дисков, используемых в &product-name;
|
---|
218 | на данный момент. Для каждого образа вывод показывает все настройки,
|
---|
219 | UUID, назначенные образу в &product-name; и все файлы связанные
|
---|
220 | с образом.
|
---|
221 | </para>
|
---|
222 | <para>
|
---|
223 | Эта команда выполняет ту же функцию, что и Менеджер виртуальных
|
---|
224 | носителей. Смотрите <xref linkend="vdis"/>.
|
---|
225 | </para>
|
---|
226 | </refsect2>
|
---|
227 | <refsect2 id="vboxmanage-list-groups">
|
---|
228 | <title>Отображение групп виртуальных машин</title>
|
---|
229 | <cmdsynopsis id="synopsis-vboxmanage-list-groups">
|
---|
230 | <command>VBoxManage list</command>
|
---|
231 | <arg choice="plain">groups</arg>
|
---|
232 | </cmdsynopsis>
|
---|
233 | <para>
|
---|
234 | Команда <command>VBoxManage list groups</command> показывает
|
---|
235 | все группы ВМ. Смотрите <xref linkend="gui-vmgroups"/>.
|
---|
236 | </para>
|
---|
237 | </refsect2>
|
---|
238 | <refsect2 id="vboxmanage-list-hddbackends">
|
---|
239 | <title>Отображение бэкендов виртуальных дисков</title>
|
---|
240 | <cmdsynopsis id="synopsis-vboxmanage-list-hddbackends">
|
---|
241 | <command>VBoxManage list</command>
|
---|
242 | <arg choice="plain">hddbackends</arg>
|
---|
243 | </cmdsynopsis>
|
---|
244 | <para>
|
---|
245 | Команда <command>VBoxManage list hddbackends</command> отображает
|
---|
246 | все известные бэкенды виртуальных дисков ПО &product-name;
|
---|
247 | Для каждого такого формата, таких как VDI, VMDK или RAW, эта
|
---|
248 | команда показывает конфигурацию и возможности бэкенда.
|
---|
249 | </para>
|
---|
250 | </refsect2>
|
---|
251 | <refsect2 id="vboxmanage-list-hdds">
|
---|
252 | <title>Отображение образов виртуальных жестких дисков</title>
|
---|
253 | <cmdsynopsis id="synopsis-vboxmanage-list-hdds">
|
---|
254 | <command>VBoxManage list</command>
|
---|
255 | <arg choice="plain">hdds</arg>
|
---|
256 | </cmdsynopsis>
|
---|
257 | <para>
|
---|
258 | Команда <command>VBoxManage list hdds</command> отображает
|
---|
259 | информацию об образах виртуальных жестких дисков, которые
|
---|
260 | используются ПО &product-name; на данный момент. Для каждого
|
---|
261 | образа вывод показывает все настройки, UUID, назначенные образу
|
---|
262 | в &product-name; и все файлы связанные с образом.
|
---|
263 | </para>
|
---|
264 | <para>
|
---|
265 | Эта команда выполняет ту же функцию, что и Менеджер виртуальных
|
---|
266 | носителей. Смотрите <xref linkend="vdis"/>.
|
---|
267 | </para>
|
---|
268 | </refsect2>
|
---|
269 | <refsect2 id="vboxmanage-list-hostcpuids">
|
---|
270 | <title>Отображение информации CPUID для ЦПУ хост-системы</title>
|
---|
271 | <cmdsynopsis id="synopsis-vboxmanage-list-hostcpuids">
|
---|
272 | <command>VBoxManage list</command>
|
---|
273 | <arg choice="plain">hostcpuids</arg>
|
---|
274 | </cmdsynopsis>
|
---|
275 | <para>
|
---|
276 | Команда <command>VBoxManage list hostcpuids</command> отображает
|
---|
277 | информацию CPUID для каждого ЦПУ хост-системы. Используйте эту
|
---|
278 | информацию для более тщательного анализа возможностей
|
---|
279 | виртуализации в хост-системе.
|
---|
280 | </para>
|
---|
281 | </refsect2>
|
---|
282 | <refsect2 id="vboxmanage-list-hostdrives">
|
---|
283 | <title>Отображение дисков в хост-системе</title>
|
---|
284 | <cmdsynopsis id="synopsis-vboxmanage-list-hostdrives">
|
---|
285 | <command>VBoxManage list</command>
|
---|
286 | <arg choice="plain">hostdrives</arg>
|
---|
287 | </cmdsynopsis>
|
---|
288 | <para>
|
---|
289 | Команда <command>VBoxManage list hostdrives</command> отображает
|
---|
290 | диски в хост-системе, потенциально полезные для создания образов
|
---|
291 | VMDK raw дисков. Каждый элемент включает имя, используемое для
|
---|
292 | ссылки на них из &product-name;.
|
---|
293 | </para>
|
---|
294 | </refsect2>
|
---|
295 | <refsect2 id="vboxmanage-list-hostdvds">
|
---|
296 | <title>Отображение DVD дисков в хост-системе</title>
|
---|
297 | <cmdsynopsis id="synopsis-vboxmanage-list-hostdvds">
|
---|
298 | <command>VBoxManage list</command>
|
---|
299 | <arg choice="plain">hostdvds</arg>
|
---|
300 | </cmdsynopsis>
|
---|
301 | <para>
|
---|
302 | Команда <command>VBoxManage list hostdvds</command> отображает
|
---|
303 | DVD диски хост-системы. Каждый элемент включает имя, используемое
|
---|
304 | для доступа к ним из &product-name;.
|
---|
305 | </para>
|
---|
306 | </refsect2>
|
---|
307 | <refsect2 id="vboxmanage-list-hostfloppies">
|
---|
308 | <title>Отображение флоппи дисков в хост-системе</title>
|
---|
309 | <cmdsynopsis id="synopsis-vboxmanage-list-hostfloppies">
|
---|
310 | <command>VBoxManage list</command>
|
---|
311 | <arg choice="plain">hostfloppies</arg>
|
---|
312 | </cmdsynopsis>
|
---|
313 | <para>
|
---|
314 | Команда <command>VBoxManage list hostfloppies</command>
|
---|
315 | отображает флоппи диски в хост-системе. Каждый элемент
|
---|
316 | включает имя, используемое для доступа к ним из &product-name;.
|
---|
317 | </para>
|
---|
318 | </refsect2>
|
---|
319 | <refsect2 id="vboxmanage-list-hostinfo">
|
---|
320 | <title>Отображение информации о хост-системе</title>
|
---|
321 | <cmdsynopsis id="synopsis-vboxmanage-list-hostinfo">
|
---|
322 | <command>VBoxManage list</command>
|
---|
323 | <arg choice="plain">hostinfo</arg>
|
---|
324 | </cmdsynopsis>
|
---|
325 | <para>
|
---|
326 | Команда <command>VBoxManage list hostinfo</command> отображает
|
---|
327 | информацию о хост-системе. Вывод включает информацию о ЦПУ,
|
---|
328 | памяти и версии ОС.
|
---|
329 | </para>
|
---|
330 | </refsect2>
|
---|
331 | <refsect2 id="vboxmanage-list-hostonlyifs">
|
---|
332 | <title>Отображение сетевых интерфейсов виртуальной сети хоста</title>
|
---|
333 | <cmdsynopsis id="synopsis-vboxmanage-list-hostonlyifs">
|
---|
334 | <command>VBoxManage list</command>
|
---|
335 | <arg choice="plain">hostonlyifs</arg>
|
---|
336 | </cmdsynopsis>
|
---|
337 | <para>
|
---|
338 | Команда <command>VBoxManage list hostonlyifs</command> отображает
|
---|
339 | интерфейсы виртуальной сети хоста, доступные в системе на данный
|
---|
340 | момент. Вывод показывает детальную информацию о конфигурации
|
---|
341 | каждого интерфейса. Смотрите <xref linkend="networkingdetails"/>.
|
---|
342 | </para>
|
---|
343 | </refsect2>
|
---|
344 | <refsect2 id="vboxmanage-list-hostonlynets">
|
---|
345 | <title>Отображение виртуальных сетей хоста</title>
|
---|
346 | <cmdsynopsis id="synopsis-vboxmanage-list-hostonlynets">
|
---|
347 | <command>VBoxManage list</command>
|
---|
348 | <arg choice="plain">hostonlynets</arg>
|
---|
349 | </cmdsynopsis>
|
---|
350 | <para>
|
---|
351 | Команда <command>VBoxManage list hostonlynets</command> отображает
|
---|
352 | сконфигурированные виртуальные сети хоста. Виртуальная сеть хоста
|
---|
353 | обеспечивает соединение между хостом и локальными ВМ. Смотрите
|
---|
354 | <xref linkend="networkingdetails"/>.
|
---|
355 | </para>
|
---|
356 | </refsect2>
|
---|
357 | <refsect2 id="vboxmanage-list-intnets">
|
---|
358 | <title>Отображение внутренних сетей</title>
|
---|
359 | <cmdsynopsis id="synopsis-vboxmanage-list-intnets">
|
---|
360 | <command>VBoxManage list</command>
|
---|
361 | <arg choice="plain">intnets</arg>
|
---|
362 | </cmdsynopsis>
|
---|
363 | <para>
|
---|
364 | Команда <command>VBoxManage list intnets</command> показывает
|
---|
365 | информацию о внутренних сетях. Смотрите
|
---|
366 | <xref linkend="networkingdetails"/>.
|
---|
367 | </para>
|
---|
368 | </refsect2>
|
---|
369 | <refsect2 id="vboxmanage-list-natnets">
|
---|
370 | <title>Отображение интерфейсов сетей NAT в хост-системе</title>
|
---|
371 | <cmdsynopsis id="synopsis-vboxmanage-list-natnets">
|
---|
372 | <command>VBoxManage list</command>
|
---|
373 | <arg choice="plain">natnets</arg>
|
---|
374 | </cmdsynopsis>
|
---|
375 | <para>
|
---|
376 | Команда <command>VBoxManage list natnets</command> отображает
|
---|
377 | интерфейсы сетей NAT, доступные в хост-системе на данный момент.
|
---|
378 | Смотрите <xref linkend="networkingdetails"/>.
|
---|
379 | </para>
|
---|
380 | </refsect2>
|
---|
381 | <refsect2 id="vboxmanage-list-ostypes">
|
---|
382 | <title>Отображение гостевых операционных систем</title>
|
---|
383 | <cmdsynopsis id="synopsis-vboxmanage-list-ostypes">
|
---|
384 | <command>VBoxManage list</command>
|
---|
385 | <arg choice="plain">ostypes</arg>
|
---|
386 | </cmdsynopsis>
|
---|
387 | <para>
|
---|
388 | Команда <command>VBoxManage list ostypes</command> отображает
|
---|
389 | все гостевые операционные системы, известные ПО &product-name;.
|
---|
390 | Каждый элемент включает идентификатор, описание, идентификатор
|
---|
391 | семейства, описание семейства и имеет ли ОС 64 битную поддержку.
|
---|
392 | </para>
|
---|
393 | <para>
|
---|
394 | Можно изспользовать эти идентификаторы с командой <command>VBoxManage
|
---|
395 | modifyvm</command>.
|
---|
396 | </para>
|
---|
397 | </refsect2>
|
---|
398 | <refsect2 id="vboxmanage-list-runningvms">
|
---|
399 | <title>Отображение работающих виртуальных машин</title>
|
---|
400 | <cmdsynopsis id="synopsis-vboxmanage-list-runningvms">
|
---|
401 | <command>VBoxManage list</command>
|
---|
402 | <arg choice="plain">runningvms</arg>
|
---|
403 | </cmdsynopsis>
|
---|
404 | <para>
|
---|
405 | Команда <command>VBoxManage list runningvms</command> отображает
|
---|
406 | все виртуальные машины (ВМ), работающие на данный момент. По
|
---|
407 | умолчанию она показывает компактный список, содержащий имя и
|
---|
408 | UUID каждой машины.
|
---|
409 | </para>
|
---|
410 | </refsect2>
|
---|
411 | <refsect2 id="vboxmanage-list-screenshotformats">
|
---|
412 | <title>Отображение доступных форматов снимков экрана</title>
|
---|
413 | <cmdsynopsis id="synopsis-vboxmanage-list-screenshotformats">
|
---|
414 | <command>VBoxManage list</command>
|
---|
415 | <arg choice="plain">screenshotformats</arg>
|
---|
416 | </cmdsynopsis>
|
---|
417 | <para>
|
---|
418 | Команда <command>VBoxManage list screenshotformats</command> показывает
|
---|
419 | список доступных форматов снимков экрана.
|
---|
420 | </para>
|
---|
421 | </refsect2>
|
---|
422 | <refsect2 id="vboxmanage-list-systemproperties">
|
---|
423 | <title>Отображение системных свойств</title>
|
---|
424 | <cmdsynopsis id="synopsis-vboxmanage-list-systemproperties">
|
---|
425 | <command>VBoxManage list</command>
|
---|
426 | <arg choice="plain">systemproperties</arg>
|
---|
427 | </cmdsynopsis>
|
---|
428 | <para>
|
---|
429 | Команда <command>VBoxManage list systemproperties</command> показывает
|
---|
430 | большую коллекцию глобальных настроек &product-name;
|
---|
431 | и лимитов, таких как минимальный и максимальный размер RAM
|
---|
432 | гостевой системы, размер виртуального жесткого диска, настройки
|
---|
433 | папки и используемая в данный момент библиотека аутентификации.
|
---|
434 | </para>
|
---|
435 | </refsect2>
|
---|
436 | <refsect2 id="vboxmanage-list-usbfilters">
|
---|
437 | <title>Отображение зарегистрированных глобальных USB фильтров</title>
|
---|
438 | <cmdsynopsis id="synopsis-vboxmanage-list-usbfilters">
|
---|
439 | <command>VBoxManage list</command>
|
---|
440 | <arg choice="plain">usbfilters</arg>
|
---|
441 | </cmdsynopsis>
|
---|
442 | <para>
|
---|
443 | Команда <command>VBoxManage list usbfilters</command> отображает
|
---|
444 | все глобальные USB фильтры зарегистрированные в &product-name;
|
---|
445 | и показывает параметры фильтра. Глобальные USB фильтры - это
|
---|
446 | фильтры для устройств, доступные всем виртуальным машинам.
|
---|
447 | </para>
|
---|
448 | </refsect2>
|
---|
449 | <refsect2 id="vboxmanage-list-usbhost">
|
---|
450 | <title>Отображение USB устройств в хост-системе</title>
|
---|
451 | <cmdsynopsis id="synopsis-vboxmanage-list-usbhost">
|
---|
452 | <command>VBoxManage list</command>
|
---|
453 | <arg choice="plain">usbhost</arg>
|
---|
454 | </cmdsynopsis>
|
---|
455 | <para>
|
---|
456 | Команда <command>VBoxManage list usbhost</command> отображает
|
---|
457 | информацию об USB устройствах, подключенных к хост-системе.
|
---|
458 | Вывод включает информацию, которую можно использовать для
|
---|
459 | построения USB фильтров и показывает, используется ли
|
---|
460 | устройство хост-системой на данный момент.
|
---|
461 | </para>
|
---|
462 | </refsect2>
|
---|
463 | <refsect2 id="vboxmanage-list-vms">
|
---|
464 | <title> Отображение виртуальных машин</title>
|
---|
465 | <cmdsynopsis id="synopsis-vboxmanage-list-vms">
|
---|
466 | <command>VBoxManage list</command>
|
---|
467 | <arg choice="plain">vms</arg>
|
---|
468 | </cmdsynopsis>
|
---|
469 | <para>
|
---|
470 | Команда <command>VBoxManage list vms</command> отображает
|
---|
471 | все виртуальные машины (ВМ), зарегистрированные в &product-name;
|
---|
472 | на данный момент. По умолчанию эта команда показывает компактный
|
---|
473 | список, включающий имя и UUID каждой машины.
|
---|
474 | </para>
|
---|
475 | </refsect2>
|
---|
476 | <refsect2 id="vboxmanage-list-webcams">
|
---|
477 | <title>Отображение вебкамер, подключенных к работающей виртуальной машине</title>
|
---|
478 | <cmdsynopsis id="synopsis-vboxmanage-list-webcams">
|
---|
479 | <command>VBoxManage list</command>
|
---|
480 | <arg choice="plain">webcams</arg>
|
---|
481 | </cmdsynopsis>
|
---|
482 | <para>
|
---|
483 | Команда <command>VBoxManage list webcams</command> показывает
|
---|
484 | список вебкамер, подключенных к работающей ВМ.
|
---|
485 | </para>
|
---|
486 | <para>
|
---|
487 | Вывод состоит из списка абсолютных путей или псевдонимов,
|
---|
488 | используемых для подключения вебкамер к ВМ, используя команду
|
---|
489 | <command>VBoxManage webcam attach</command>.
|
---|
490 | </para>
|
---|
491 | </refsect2>
|
---|
492 | </refsect1>
|
---|
493 |
|
---|
494 | <refsect1>
|
---|
495 | <title>Примеры</title>
|
---|
496 | <remark role="help-scope" condition="GLOBAL" />
|
---|
497 | <para>
|
---|
498 | Следующая команда показывает группы ВМ, сконфигурированные в
|
---|
499 | &product-name;.
|
---|
500 | </para>
|
---|
501 | <screen>$ VBoxManage list groups
|
---|
502 | "/Linux-VMs"
|
---|
503 | "/Windows-VMs"</screen>
|
---|
504 | <para>
|
---|
505 | Следующая команда показывает работающие на данный момент ВМ.
|
---|
506 | </para>
|
---|
507 | <screen>$ VBoxManage list runningvms
|
---|
508 | "ol7" {<replaceable>ol7-UUID</replaceable>}
|
---|
509 | "win8" {<replaceable>win8-UUID</replaceable>}</screen>
|
---|
510 | </refsect1>
|
---|
511 | </refentry>
|
---|