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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444
|
.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.16)
.\"
.\" Standard preamble:
.\" ========================================================================
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Vb \" Begin verbatim text
.ft CW
.nf
.ne \\$1
..
.de Ve \" End verbatim text
.ft R
.fi
..
.\" Set up some character translations and predefined strings. \*(-- will
.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
.\" double quote, and \*(R" will give a right double quote. \*(C+ will
.\" give a nicer C++. Capital omega is used to do unbreakable dashes and
.\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
.\" nothing in troff, for use with C<>.
.tr \(*W-
.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
.ie n \{\
. ds -- \(*W-
. ds PI pi
. if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
. if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
. ds L" ""
. ds R" ""
. ds C` ""
. ds C' ""
'br\}
.el\{\
. ds -- \|\(em\|
. ds PI \(*p
. ds L" ``
. ds R" ''
'br\}
.\"
.\" Escape single quotes in literal strings from groff's Unicode transform.
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\"
.\" If the F register is turned on, we'll generate index entries on stderr for
.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
.\" entries marked with X<> in POD. Of course, you'll have to process the
.\" output yourself in some meaningful fashion.
.ie \nF \{\
. de IX
. tm Index:\\$1\t\\n%\t"\\$2"
..
. nr % 0
. rr F
.\}
.el \{\
. de IX
..
.\}
.\" ========================================================================
.\"
.IX Title "virt-edit 1"
.TH virt-edit 1 "2012-06-01" "libguestfs-1.18.1" "Virtualization Support"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
.nh
.SH "НАЗВА"
.IX Header "НАЗВА"
virt-edit — програма для редагування файлів у віртуальній машині
.SH "КОРОТКИЙ ОПИС"
.IX Header "КОРОТКИЙ ОПИС"
.Vb 1
\& virt\-edit [\-\-параметри] \-d назва_домену файл [файл ...]
\&
\& virt\-edit [\-\-options] \-a disk.img [\-a disk.img ...] file [file ...]
\&
\& virt\-edit [\-d domname|\-a disk.img] file \-e \*(Aqexpr\*(Aq
.Ve
.PP
Застарілий стиль:
.PP
.Vb 1
\& virt\-edit назва_домену файл
\&
\& virt\-edit disk.img [disk.img ...] file
.Ve
.SH "ПОПЕРЕДЖЕННЯ"
.IX Header "ПОПЕРЕДЖЕННЯ"
You must \fInot\fR use \f(CW\*(C`virt\-edit\*(C'\fR on live virtual machines. If you do this,
you risk disk corruption in the \s-1VM\s0. \f(CW\*(C`virt\-edit\*(C'\fR tries to stop you from
doing this, but doesn't catch all cases.
.SH "ОПИС"
.IX Header "ОПИС"
\&\f(CW\*(C`virt\-edit\*(C'\fR is a command line tool to edit \f(CW\*(C`file\*(C'\fR where each \f(CW\*(C`file\*(C'\fR
exists in the named virtual machine (or disk image).
.PP
Multiple filenames can be given, in which case they are each edited in
turn. Each filename must be a full path, starting at the root directory
(starting with '/').
.PP
If you want to just view a file, use \fIvirt\-cat\fR\|(1).
.PP
For more complex cases you should look at the \fIguestfish\fR\|(1) tool (see
\&\*(L"\s-1USING\s0 \s-1GUESTFISH\s0\*(R" below).
.PP
\&\f(CW\*(C`virt\-edit\*(C'\fR cannot be used to create a new file. \fIguestfish\fR\|(1) can do
that and much more.
.SH "ПРИКЛАДИ"
.IX Header "ПРИКЛАДИ"
Edit the named files interactively:
.PP
.Vb 1
\& virt\-edit \-d mydomain /boot/grub/grub.conf
\&
\& virt\-edit \-d mydomain /etc/passwd
.Ve
.PP
For Windows guests, some Windows paths are understood:
.PP
.Vb 1
\& virt\-edit \-d mywindomain \*(Aqc:\eautoexec.bat\*(Aq
.Ve
.PP
If Perl is installed, you can also edit files non-interactively (see
\&\*(L"NON-INTERACTIVE \s-1EDITING\s0\*(R" below). To change the init default level to 5:
.PP
.Vb 1
\& virt\-edit \-d mydomain /etc/inittab \-e \*(Aqs/^id:.*/id:5:initdefault:/\*(Aq
.Ve
.SH "ПАРАМЕТРИ"
.IX Header "ПАРАМЕТРИ"
.IP "\fB\-\-help\fR" 4
.IX Item "--help"
Показати коротку довідку.
.IP "\fB\-a\fR файл" 4
.IX Item "-a файл"
.PD 0
.IP "\fB\-\-add\fR файл" 4
.IX Item "--add файл"
.PD
Add \fIfile\fR which should be a disk image from a virtual machine. If the
virtual machine has multiple block devices, you must supply all of them with
separate \fI\-a\fR options.
.Sp
The format of the disk image is auto-detected. To override this and force a
particular format use the \fI\-\-format=..\fR option.
.IP "\fB\-b\fR extension" 4
.IX Item "-b extension"
.PD 0
.IP "\fB\-\-backup\fR extension" 4
.IX Item "--backup extension"
.PD
Create a backup of the original file \fIin the guest disk image\fR. The backup
has the original filename with \f(CW\*(C`extension\*(C'\fR added.
.Sp
Usually the first character of \f(CW\*(C`extension\*(C'\fR would be a dot \f(CW\*(C`.\*(C'\fR so you would
write:
.Sp
.Vb 1
\& virt\-edit \-b .orig [etc]
.Ve
.Sp
By default, no backup file is made.
.IP "\fB\-c адреса\fR" 4
.IX Item "-c адреса"
.PD 0
.IP "\fB\-\-connect адреса\fR" 4
.IX Item "--connect адреса"
.PD
If using libvirt, connect to the given \fI\s-1URI\s0\fR. If omitted, then we connect
to the default libvirt hypervisor.
.Sp
If you specify guest block devices directly, then libvirt is not used at
all.
.IP "\fB\-d\fR гість" 4
.IX Item "-d гість"
.PD 0
.IP "\fB\-\-domain\fR гість" 4
.IX Item "--domain гість"
.PD
Add all the disks from the named libvirt guest. Domain UUIDs can be used
instead of names.
.IP "\fB\-\-echo\-keys\fR" 4
.IX Item "--echo-keys"
When prompting for keys and passphrases, virt-edit normally turns echoing
off so you cannot see what you are typing. If you are not worried about
Tempest attacks and there is no one else in the room you can specify this
flag to see what you are typing.
.IP "\fB\-e\fR вираз" 4
.IX Item "-e вираз"
.PD 0
.IP "\fB\-\-expr\fR вираз" 4
.IX Item "--expr вираз"
.PD
Instead of launching the external editor, non-interactively apply the Perl
expression \f(CW\*(C`EXPR\*(C'\fR to each line in the file. See \*(L"NON-INTERACTIVE
\&\s-1EDITING\s0\*(R" below.
.Sp
Be careful to properly quote the expression to prevent it from being altered
by the shell.
.Sp
Note that this option is only available when Perl 5 is installed.
.IP "\fB\-\-format\fR raw|qcow2|..." 4
.IX Item "--format raw|qcow2|..."
.PD 0
.IP "\fB\-\-format\fR" 4
.IX Item "--format"
.PD
The default for the \fI\-a\fR option is to auto-detect the format of the disk
image. Using this forces the disk format for \fI\-a\fR options which follow on
the command line. Using \fI\-\-format\fR with no argument switches back to
auto-detection for subsequent \fI\-a\fR options.
.Sp
Приклад:
.Sp
.Vb 1
\& virt\-edit \-\-format=raw \-a disk.img file
.Ve
.Sp
forces raw format (no auto-detection) for \f(CW\*(C`disk.img\*(C'\fR.
.Sp
.Vb 1
\& virt\-edit \-\-format=raw \-a disk.img \-\-format \-a another.img file
.Ve
.Sp
forces raw format (no auto-detection) for \f(CW\*(C`disk.img\*(C'\fR and reverts to
auto-detection for \f(CW\*(C`another.img\*(C'\fR.
.Sp
If you have untrusted raw-format guest disk images, you should use this
option to specify the disk format. This avoids a possible security problem
with malicious guests (\s-1CVE\-2010\-3851\s0).
.IP "\fB\-\-keys\-from\-stdin\fR" 4
.IX Item "--keys-from-stdin"
Read key or passphrase parameters from stdin. The default is to try to read
passphrases from the user by opening \f(CW\*(C`/dev/tty\*(C'\fR.
.IP "\fB\-v\fR" 4
.IX Item "-v"
.PD 0
.IP "\fB\-\-verbose\fR" 4
.IX Item "--verbose"
.PD
Увімкнути докладний показ повідомлень з метою діагностики.
.IP "\fB\-V\fR" 4
.IX Item "-V"
.PD 0
.IP "\fB\-\-version\fR" 4
.IX Item "--version"
.PD
Показати дані щодо версії і завершити роботу.
.IP "\fB\-x\fR" 4
.IX Item "-x"
Увімкнути трасування викликів програмного інтерфейсу libguestfs.
.SH "ПАРАМЕТРИ КОМАНДНОГО РЯДКА У ФОРМАТІ ПОПЕРЕДНІХ ВЕРСІЙ"
.IX Header "ПАРАМЕТРИ КОМАНДНОГО РЯДКА У ФОРМАТІ ПОПЕРЕДНІХ ВЕРСІЙ"
Previous versions of virt-edit allowed you to write either:
.PP
.Vb 1
\& virt\-edit disk.img [disk.img ...] file
.Ve
.PP
або
.PP
.Vb 1
\& virt\-edit guestname file
.Ve
.PP
whereas in this version you should use \fI\-a\fR or \fI\-d\fR respectively to avoid
the confusing case where a disk image might have the same name as a guest.
.PP
З міркувань зворотної сумісності передбачено підтримку запису параметрів у
застарілому форматі.
.SH "НЕІНТЕРАКТИВНЕ РЕДАГУВАННЯ"
.IX Header "НЕІНТЕРАКТИВНЕ РЕДАГУВАННЯ"
\&\f(CW\*(C`virt\-edit\*(C'\fR normally calls out to \f(CW$EDITOR\fR (or vi) so the system
administrator can interactively edit the file.
.PP
There are two ways also to use \f(CW\*(C`virt\-edit\*(C'\fR from scripts in order to make
automated edits to files. (Note that although you \fIcan\fR use \f(CW\*(C`virt\-edit\*(C'\fR
like this, it's less error-prone to write scripts directly using the
libguestfs \s-1API\s0 and Augeas for configuration file editing.)
.PP
The first method is to temporarily set \f(CW$EDITOR\fR to any script or program
you want to run. The script is invoked as \f(CW\*(C`$EDITOR tmpfile\*(C'\fR and it should
update \f(CW\*(C`tmpfile\*(C'\fR in place however it likes.
.PP
The second method is to use the \fI\-e\fR parameter of \f(CW\*(C`virt\-edit\*(C'\fR to run a
short Perl snippet in the style of \fIsed\fR\|(1). For example to replace all
instances of \f(CW\*(C`foo\*(C'\fR with \f(CW\*(C`bar\*(C'\fR in a file:
.PP
.Vb 1
\& virt\-edit \-d domname filename \-e \*(Aqs/foo/bar/\*(Aq
.Ve
.PP
The full power of Perl regular expressions can be used (see \fIperlre\fR\|(1)).
For example to delete root's password you could do:
.PP
.Vb 1
\& virt\-edit \-d назва_домену /etc/passwd \-e \*(Aqs/^root:.*?:/root::/\*(Aq
.Ve
.PP
What really happens is that the snippet is evaluated as a Perl expression
for each line of the file. The line, including the final \f(CW\*(C`\en\*(C'\fR, is passed
in \f(CW$_\fR and the expression should update \f(CW$_\fR or leave it unchanged.
.PP
To delete a line, set \f(CW$_\fR to the empty string. For example, to delete the
\&\f(CW\*(C`apache\*(C'\fR user account from the password file you can do:
.PP
.Vb 1
\& virt\-edit \-d mydomain /etc/passwd \-e \*(Aq$_ = "" if /^apache:/\*(Aq
.Ve
.PP
To insert a line, prepend or append it to \f(CW$_\fR. However appending lines to
the end of the file is rather difficult this way since there is no concept
of \*(L"last line of the file\*(R" \- your expression just doesn't get called again.
You might want to use the first method (setting \f(CW$EDITOR\fR) if you want to
do this.
.PP
The variable \f(CW$lineno\fR contains the current line number. As is
traditional, the first line in the file is number \f(CW1\fR.
.PP
The return value from the expression is ignored, but the expression may call
\&\f(CW\*(C`die\*(C'\fR in order to abort the whole program, leaving the original file
untouched.
.PP
Remember when matching the end of a line that \f(CW$_\fR may contain the final
\&\f(CW\*(C`\en\*(C'\fR, or (for \s-1DOS\s0 files) \f(CW\*(C`\er\en\*(C'\fR, or if the file does not end with a
newline then neither of these. Thus to match or substitute some text at the
end of a line, use this regular expression:
.PP
.Vb 1
\& /якийсь текст(\er?\en)?$/
.Ve
.PP
Alternately, use the perl \f(CW\*(C`chomp\*(C'\fR function, being careful not to chomp
\&\f(CW$_\fR itself (since that would remove all newlines from the file):
.PP
.Vb 1
\& my $m = $_; chomp $m; $m =~ /якийсь текст$/
.Ve
.SH "ШЛЯХИ У WINDOWS"
.IX Header "ШЛЯХИ У WINDOWS"
\&\f(CW\*(C`virt\-edit\*(C'\fR has a limited ability to understand Windows drive letters and
paths (eg. \f(CW\*(C`E:\efoo\ebar.txt\*(C'\fR).
.PP
Тоді і лише тоді, коли у гостьовій системі працює Windows:
.IP "\(bu" 4
Drive letter prefixes like \f(CW\*(C`C:\*(C'\fR are resolved against the Windows Registry
to the correct filesystem.
.IP "\(bu" 4
Any backslash (\f(CW\*(C`\e\*(C'\fR) characters in the path are replaced with forward
slashes so that libguestfs can process it.
.IP "\(bu" 4
The path is resolved case insensitively to locate the file that should be
edited.
.PP
Відомі певні недоліки програми:
.IP "\(bu" 4
Перехід за деякими символічними посиланнями \s-1NTFS\s0 може здійснюватися з
помилками.
.IP "\(bu" 4
\&\s-1NTFS\s0 junction points that cross filesystems are not followed.
.SH "ВИКОРИСТАННЯ GUESTFISH"
.IX Header "ВИКОРИСТАННЯ GUESTFISH"
\&\fIguestfish\fR\|(1) is a more powerful, lower level tool which you can use when
\&\f(CW\*(C`virt\-edit\*(C'\fR doesn't work.
.PP
Using \f(CW\*(C`virt\-edit\*(C'\fR is approximately equivalent to doing:
.PP
.Vb 1
\& guestfish \-\-rw \-i \-d domname edit /file
.Ve
.PP
where \f(CW\*(C`domname\*(C'\fR is the name of the libvirt guest, and \f(CW\*(C`/file\*(C'\fR is the full
path to the file.
.PP
The command above uses libguestfs's guest inspection feature and so does not
work on guests that libguestfs cannot inspect, or on things like arbitrary
disk images that don't contain guests. To edit a file on a disk image
directly, use:
.PP
.Vb 1
\& guestfish \-\-rw \-a disk.img \-m /dev/sda1 edit /file
.Ve
.PP
where \f(CW\*(C`disk.img\*(C'\fR is the disk image, \f(CW\*(C`/dev/sda1\*(C'\fR is the filesystem within
the disk image to edit, and \f(CW\*(C`/file\*(C'\fR is the full path to the file.
.PP
\&\f(CW\*(C`virt\-edit\*(C'\fR cannot create new files. Use the guestfish commands \f(CW\*(C`touch\*(C'\fR,
\&\f(CW\*(C`write\*(C'\fR or \f(CW\*(C`upload\*(C'\fR instead:
.PP
.Vb 1
\& guestfish \-\-rw \-i \-d domname touch /newfile
\&
\& guestfish \-\-rw \-i \-d domname write /newfile "new content"
\&
\& guestfish \-\-rw \-i \-d domname upload localfile /newfile
.Ve
.SH "ЗМІННІ СЕРЕДОВИЩА"
.IX Header "ЗМІННІ СЕРЕДОВИЩА"
.ie n .IP """EDITOR""" 4
.el .IP "\f(CWEDITOR\fR" 4
.IX Item "EDITOR"
If set, this string is used as the editor. It may contain arguments,
eg. \f(CW"emacs \-nw"\fR
.Sp
If not set, \f(CW\*(C`vi\*(C'\fR is used.
.SH "ЕКРАНУВАННЯ СИМВОЛІВ У ОБОЛОНЦІ"
.IX Header "ЕКРАНУВАННЯ СИМВОЛІВ У ОБОЛОНЦІ"
Libvirt guest names can contain arbitrary characters, some of which have
meaning to the shell such as \f(CW\*(C`#\*(C'\fR and space. You may need to quote or
escape these characters on the command line. See the shell manual page
\&\fIsh\fR\|(1) for details.
.SH "СТАН ВИХОДУ"
.IX Header "СТАН ВИХОДУ"
Ця програма повертає значення 0 у разі успішного завершення і ненульове
значення, якщо сталася помилка.
.SH "ТАКОЖ ПЕРЕГЛЯНЬТЕ"
.IX Header "ТАКОЖ ПЕРЕГЛЯНЬТЕ"
\&\fIguestfs\fR\|(3), \fIguestfish\fR\|(1), \fIvirt\-cat\fR\|(1), \fIvirt\-copy\-in\fR\|(1),
\&\fIvirt\-tar\-in\fR\|(1), \fISys::Guestfs\fR\|(3), \fISys::Guestfs::Lib\fR\|(3),
\&\fISys::Virt\fR\|(3), <http://libguestfs.org/>, \fIperl\fR\|(1), \fIperlre\fR\|(1).
.SH "АВТОР"
.IX Header "АВТОР"
Richard W.M. Jones <http://people.redhat.com/~rjones/>
.SH "АВТОРСЬКІ ПРАВА"
.IX Header "АВТОРСЬКІ ПРАВА"
© Red Hat Inc., 2009–2012
.PP
Ця програма є вільним програмним забезпеченням; ви можете поширювати та/або
змінювати її за умов дотримання \s-1GNU\s0 General Public License утому вигляді,
що оприлюднений Free Software Foundation; версії 2 цієї Ліцензії, або (якщо
забажаєте) будь\-якої випущеної пізніше.
.PP
Ця програма поширюється у сподіванні, що вона буде корисною, але БЕЗ
БУДЬ\-ЯКИХ ГАРАНТІЙНИХ ЗОБОВ’ЯЗАНЬ; навіть без очевидної гарантії
ПРАЦЕЗДАТНОСТІ або ПРИДАТНОСТІ ДЛЯ ВИКОРИСТАННЯ З ПЕВНОЮ МЕТОЮ. Докладніше
про це можна дізнатися з \s-1GNU\s0 General Public License.
.PP
Ви маєте отримати копію \s-1GNU\s0 General Public License разом з цією програмою;
якщо це не так, повідомте про факт за адресою Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, \s-1MA\s0 02110\-1301, \s-1USA\s0.
|