VirtualBox

source: vbox/trunk/doc/manual/ru_RU/man_VBoxManage-discardstate.xml@ 93804

Last change on this file since 93804 was 93478, checked in by vboxsync, 3 years ago

Doc/manual: bugref:1909: Added Russian translation of VBoxManage manuals

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 manpage, user manual, usage: VBoxManage discardstate
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-discardstate" lang="en">
21 <refentryinfo>
22 <pubdate>August 2019</pubdate>
23 <title>VBoxManage discardstate</title>
24 </refentryinfo>
25
26 <refmeta>
27 <refentrytitle>VBoxManage-discardstate</refentrytitle>
28 <manvolnum>1</manvolnum>
29 </refmeta>
30
31 <refnamediv>
32 <refname>VBoxManage-discardstate</refname>
33 <refpurpose>удаление сохраненного состояния виртуальной машины</refpurpose>
34 <refclass>Oracle VM VirtualBox</refclass>
35 </refnamediv>
36
37 <refsynopsisdiv>
38 <cmdsynopsis id="synopsis-vboxmanage-discardstate">
39<!-- The 'id' is mandatory and must start with 'synopsis-'. -->
40 <command>VBoxManage discardstate</command>
41 <group choice="req">
42 <arg choice="plain"><replaceable>uuid</replaceable></arg>
43 <arg choice="plain"><replaceable>имя-ВМ</replaceable></arg>
44 </group>
45 </cmdsynopsis>
46 </refsynopsisdiv>
47
48 <refsect1>
49 <title>Описание</title>
50 <para>
51 Команда <command>VBoxManage discardstate</command> удаляет
52 сохраненное состояние виртуальной машины (ВМ) если она не
53 работает на текущий момент. Эта операция заставляет
54 операционную систему ВМ перезагрузиться при следующем старте ВМ.
55 </para>
56 <note>
57 <para>
58 Где возможно, избегайте этого действия. Эффект от этой команды
59 равносилен отсоединению кабеля питания из физической машины.
60 </para>
61 </note>
62 <variablelist>
63 <varlistentry>
64 <term><replaceable>uuid</replaceable>|<replaceable>имя-ВМ</replaceable></term>
65 <listitem><para>
66 Указывает Универсальный Уникальный Идентификатор (UUID) или
67 имя ВМ.
68 </para></listitem>
69 </varlistentry>
70 </variablelist>
71 </refsect1>
72
73 <refsect1>
74 <title>Примеры</title>
75 <remark role="help-scope" condition="GLOBAL" />
76 <para>
77 Следующая команда удаляет файл сохраненного состояния ВМ,
78 называемой <filename>vm2</filename>. Когда в следующий раз
79 вы запустите ВМ, операционная система ВМ будет перезагружена.
80 </para>
81<screen>$ VBoxManage discardstate vm2</screen>
82 </refsect1>
83
84 <refsect1>
85 <title>Смотрите также</title>
86 <para>
87 <xref linkend="vboxmanage-adoptstate"/>
88 </para>
89 </refsect1>
90</refentry>
Note: See TracBrowser for help on using the repository browser.

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