Changeset 62335 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Jul 19, 2016 6:55:07 PM (9 years ago)
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_BasicConcepts.xml
r59933 r62335 1010 1010 select between the OSS, ALSA or the PulseAudio subsystem. On newer Linux 1011 1011 distributions, the PulseAudio subsystem should be preferred.</para> 1012 1013 <para>Since VirtualBox 5.0 only OSS is supported on Solaris hosts - the "Solaris Audio" 1014 audio backend is no longer supported on Solaris hosts.</para> 1012 1015 </sect1> 1013 1016 -
trunk/doc/manual/en_US/user_Installation.xml
r62238 r62335 468 468 469 469 <sect3> 470 <title>Using the alternative installer (VirtualBox.run)</title>471 472 <para>The alternative installer performs the following steps:</para>470 <title>Using the alternative generic installer (VirtualBox.run)</title> 471 472 <para>The alternative generic installer performs the following steps:</para> 473 473 474 474 <itemizedlist> -
trunk/doc/manual/en_US/user_Networking.xml
r61817 r62335 950 950 command in Linux guests.</para> 951 951 </listitem> 952 <listitem> 953 <para>Perform a full, detailed analysis of network traffic on 954 the VM's network adaptor using a 3rd party tool such as Wireshark. 955 To do this, a promiscuous mode policy needs to be used on the 956 VM's network adaptor. Use of this mode is only possible on 957 networks: NAT Network, Bridged Adapter, Internal Network and Host-only Adapter.</para> 958 <para>To setup a promiscuous mode policy, either select from the drop down list 959 located in the Network Settings dialog for the network adaptor 960 or use the command line tool <computeroutput>VBoxManage</computeroutput>; 961 for details, refer to <xref linkend="vboxmanage-modifyvm" />.</para> 962 <para>Promiscuous mode policies are: </para> 963 <para><orderedlist> 964 <listitem> 965 <para><computeroutput>deny</computeroutput> (default setting) which hides 966 any traffic not intended for this VM's network adaptor.</para> 967 </listitem> 968 <listitem> 969 <para><computeroutput>allow-vms</computeroutput> which hides all host 970 traffic from this VM's network adaptor, but allows it to see traffic from/to other 971 VMs.</para> 972 </listitem> 973 <listitem> 974 <para><computeroutput>allow-all</computeroutput> which removes all 975 restrictions - this VM's network adaptor sees all traffic.</para> 976 </listitem> 977 </orderedlist></para> 978 </listitem> 952 979 </orderedlist></para> 953 980 </sect1> -
trunk/doc/manual/en_US/user_VBoxManage.xml
r62199 r62335 470 470 471 471 <listitem> 472 <para><computeroutput>--memory 473 <memorysize></computeroutput>: This sets the amount of RAM, 472 <para><computeroutput>--iconfile <filename></computeroutput>: 473 This specifies the absolute path on the host file system for the VirtualBox 474 icon to be displayed in the VM.</para> 475 </listitem> 476 477 <listitem> 478 <para><computeroutput>--memory <memorysize></computeroutput>: This sets the amount of RAM, 474 479 in MB, that the virtual machine should allocate for itself from 475 480 the host. See the remarks in <xref linkend="gui-createvm" /> for 476 481 more information.</para> 482 </listitem> 483 484 <listitem> 485 <para><computeroutput>--pagefusion on|off</computeroutput>: 486 Enables/disables (default) the Page Fusion feature. 487 The Page Fusion feature minimises memory duplication between VMs with similar 488 configurations running on the same host. 489 See <xref linkend="guestadd-pagefusion" /> for details.</para> 477 490 </listitem> 478 491 … … 489 502 respectively; see <xref linkend="settings-motherboard" /> for 490 503 details.</para> 504 </listitem> 505 506 <listitem> 507 <para><computeroutput>--pciattach <host PCI address [@ guest PCI bus address]></computeroutput>: 508 Attaches a specified PCI network controller on the host to a PCI bus (can specify) on the guest. 509 See <xref linkend="pcipassthrough" /> for details. </para> 510 </listitem> 511 512 <listitem> 513 <para><computeroutput>--pcidetach <host PCI address></computeroutput>: 514 Detaches a specified PCI network controller on the host from the attached PCI bus on the guest. 515 See <xref linkend="pcipassthrough" /> for details. </para> 491 516 </listitem> 492 517 … … 546 571 547 572 <listitem> 573 <para><computeroutput>--cpu-profile <host|intel 80[86|286|386]></computeroutput>: 574 Indicate the use of a profile for guest cpu emulation. Specify either one based 575 on the host system CPU (host), or one from a number of older Intel 576 Micro-architectures - 8086, 80286, 80386.</para> 577 </listitem> 578 579 <listitem> 548 580 <para><computeroutput>--hpet on|off</computeroutput>: This 549 581 enables/disables a High Precision Event Timer (HPET) which can … … 565 597 CPU so sometimes this is desired behavior. Works only for non-SMP 566 598 guests.</para> 599 </listitem> 600 601 <listitem> 602 <para><computeroutput>--apic on|off</computeroutput>: 603 This setting enables(default)/disables IO APIC. With 604 I/O APIC, operating systems can use more than 16 interrupt 605 requests (IRQs) thus avoiding IRQ sharing for improved 606 reliability. See <xref linkend="settings-motherboard" />.</para> 607 </listitem> 608 609 <listitem> 610 <para><computeroutput>--x2apic on|off</computeroutput>: 611 This setting enables(default)/disables CPU x2APIC support. 612 CPU x2APIC support helps operating systems run more efficiently on high 613 core count configurations, and optimizes interrupt 614 distribution in virtualized environments. Disable when using host/guest 615 operating systems incompatible with x2APIC support.</para> 567 616 </listitem> 568 617 … … 717 766 718 767 <listitem> 768 <para><computeroutput>--graphicscontroller none|vboxvga|vmsvga</computeroutput>: This 769 option specifies use of a graphics controller, and type chosen from vboxvga or vmsvga. 770 <xref linkend="settings-motherboard" />).</para> 771 </listitem> 772 773 <listitem> 719 774 <para><computeroutput>--biossystemtimeoffset <ms></computeroutput>: 720 775 This allows you to set a fixed time offset of the guest relative to … … 731 786 732 787 <listitem> 733 <para><computeroutput>--firmware efi|bios</computeroutput>:734 Specifies which firmware is used to boot particular virtual735 machine: EFI or BIOS. Use EFI only if your fully understand what736 you're doing.</para>788 <para><computeroutput>--firmware bios|efi|efi32|efi64</computeroutput>: 789 Specifies which firmware to be used to boot the VM: 790 Available options are BIOS, or one of the EFI options: efi, efi32 or efi64. 791 Use EFI options with care.</para> 737 792 </listitem> 738 793 … … 883 938 <para><computeroutput>--macaddress<1-N> 884 939 auto|<mac></computeroutput>: With this option you can set 885 the MAC address of the virtual network card. Normally, each886 virtual network cardis assigned a random address by VirtualBox at940 the MAC address of a particular network adapter on the VM. Normally, each 941 network adapter is assigned a random address by VirtualBox at 887 942 VM creation.</para> 943 </listitem> 944 945 <listitem> 946 <para><computeroutput>--mouse <ps2|usb|usbtablet|usbmultitouch></computeroutput>: 947 Specifies the mode of the mouse to be used in the VM. Available options are: ps2, usb, 948 usbtablet, usbmultitouch. 949 </para> 950 </listitem> 951 952 <listitem> 953 <para><computeroutput>--keyboard <ps2|usb></computeroutput>: 954 Specifies the mode of the keyboard to be used in the VM. Available options are: ps2, usb. 955 </para> 888 956 </listitem> 889 957 … … 906 974 between UDP Tunnel and the VDE backend drivers. For example, 907 975 please see <xref linkend="network_udp_tunnel" />. 976 </para> 977 </listitem> 978 979 <listitem> 980 <para><computeroutput>--nicspeed<1-N> <kbps></computeroutput>: 981 If generic networking has been enabled for a virtual network card (see the 982 <computeroutput>--nic</computeroutput> option above; otherwise 983 this setting has no effect), this mode enables access 984 to rarely used networking sub-modes, such as VDE network or UDP Tunnel. 985 This option specifies the throughput rate in KBytes/sec. 908 986 </para> 909 987 </listitem> … … 953 1031 TFTP server address to boot from (please see <xref 954 1032 linkend="nat-adv-tftp" /> for details).</para> 1033 </listitem> 1034 1035 <listitem> 1036 <para><computeroutput>--nattbindip<1-N> 1037 <ip;></computeroutput>: VirtualBox's NAT engine normally routes 1038 TCP/IP packets through the default interface assigned by the host's 1039 TCP/IP stack. Use this option to instruct the NAT engine to bind 1040 to a specified IP address instead. (Please see <xref 1041 linkend="nat-adv-settings" /> for details).</para> 955 1042 </listitem> 956 1043 … … 1098 1185 1099 1186 <listitem> 1100 <para><computeroutput>--audio none|null|oss </computeroutput>: With1187 <para><computeroutput>--audio none|null|oss|alsa|pulse</computeroutput>: With 1101 1188 this option, you can set whether the VM should have audio 1102 support.</para> 1189 support, and if so - which type.</para> 1190 </listitem> 1191 1192 <listitem> 1193 <para><computeroutput>--audiocontroller ac97|hda|sb16</computeroutput>: With 1194 this option, you can specify the audio controller to be used with this VM. 1195 </para> 1196 </listitem> 1197 1198 <listitem> 1199 <para><computeroutput>--audiocodec stac9700|ad1980|stac9221|sb16</computeroutput>: With 1200 this option, you can specify the audio codec to be used with this VM. 1201 </para> 1103 1202 </listitem> 1104 1203 … … 1396 1495 tracepoints are enabled.</para> 1397 1496 </listitem> 1497 <listitem> 1498 <para><computeroutput>--tracing-allow-vm-access on|off</computeroutput>: 1499 Enables/disables(default) VM access to the tracebuffer.</para> 1500 </listitem> 1398 1501 </itemizedlist> 1399 1502 </para> 1400 1503 </sect2> 1401 1504 1505 <sect2 id="vboxmanage-usbcardreader"> 1506 <title>USB card reader settings</title> 1507 1508 <para>The following setting defines access to a USB Card Reader by the guest environment. 1509 USB card readers are typically used for accessing data on memory cards such as 1510 CompactFlash (CF), Secure Digital (SD) or MultiMediaCard (MMC).</para> 1511 <itemizedlist> 1512 <listitem> 1513 <para><computeroutput>--usbcardreader on|off</computeroutput>: 1514 Enables/disables the USB card reader interface.</para> 1515 </listitem> 1516 </itemizedlist> 1517 </sect2> 1518 1519 <sect2 id="vboxmanage-autostart"> 1520 <title>Auto starting VMs during host system boot</title> 1521 1522 <para>These settings configure the VM autostart feature, 1523 which automatically starts the VM at host system boot-up. 1524 Note that there are pre-requisities that need to be addressed before using this feature. 1525 See <xref lang="" linkend="autostart" /> for more details.</para> 1526 <itemizedlist> 1527 <listitem> 1528 <para><computeroutput>--autostart on|off</computeroutput>: 1529 Enables/disables VM autostart at host system boot-up, using specified user name.</para> 1530 </listitem> 1531 <listitem> 1532 <para><computeroutput>--autostart-delay <seconds></computeroutput>: 1533 Specifies a delay (seconds) following host system boot-up, before VM autostarts.</para> 1534 </listitem> 1535 </itemizedlist> 1536 </sect2> 1402 1537 </sect1> 1403 1538 … … 1742 1877 <listitem> 1743 1878 <para><computeroutput>nic<1-N> 1744 null|nat|bridged|intnet|hostonly|generic </computeroutput>: With this, you can1879 null|nat|bridged|intnet|hostonly|generic|natnetwork[<devicename>]</computeroutput>: With this, you can 1745 1880 set, for each of the VM's virtual network cards, what type of 1746 1881 networking should be available. They can be not connected to the host … … 1750 1885 virtual machines using internal networking 1751 1886 (<computeroutput>intnet</computeroutput>) or host-only networking 1752 (<computeroutput>hostonly</computeroutput>) or access to rarely used 1887 (<computeroutput>hostonly</computeroutput>) or natnetwork networking 1888 (<computeroutput>natnetwork</computeroutput>) or access to rarely used 1753 1889 sub-modes 1754 (<computeroutput>generic</computeroutput>). These options correspond1755 to the modes which are described in detail in <xref1890 (<computeroutput>generic</computeroutput>). 1891 These options correspond to the modes which are described in detail in <xref 1756 1892 linkend="networkingmodes" />.</para> 1757 1893 </listitem> … … 1799 1935 1800 1936 <listitem> 1801 <para>The <computeroutput>guestmemoryballoon</computeroutput> 1937 <para><computeroutput>natpf<1-N> 1938 [<name>],tcp|udp,[<hostip>],<hostport>,[<guestip>], 1939 <guestport></computeroutput>: This option defines a NAT 1940 port-forwarding rule (please see <xref linkend="natforward"/> 1941 for details). 1942 </para> 1943 </listitem> 1944 1945 <listitem> 1946 <para><computeroutput>natpf<1-N> delete 1947 <name></computeroutput>: This option deletes a NAT 1948 port-forwarding rule (please see <xref linkend="natforward"/> 1949 for details).</para> 1950 </listitem> 1951 1952 <listitem> 1953 <para>The <computeroutput>guestmemoryballoon<balloon size in MB></computeroutput> 1802 1954 operation changes the size of the guest memory balloon, that is, 1803 1955 memory allocated by the VirtualBox Guest Additions from the guest … … 1808 1960 1809 1961 <listitem> 1810 <para><computeroutput>usbattach </computeroutput> and1811 < computeroutput>usbdettach</computeroutput> make host USB devices1812 visible to the virtual machine on the fly, without the need for1962 <para><computeroutput>usbattach<uuid|address> [--capturefile <filename>]</computeroutput></para> 1963 <para>and <computeroutput>usbdetach <uuid|address> [--capturefile <filename>]</computeroutput> 1964 make host USB devices visible/invisible to the virtual machine on the fly, without the need for 1813 1965 creating filters first. The USB devices can be specified by UUID 1814 (unique identifier) or by address on the host system.</para> 1966 (unique identifier) or by address on the host system. Use the --capturefile 1967 option to specify the absolute path of a file for writing activity logging data.</para> 1815 1968 1816 1969 <para>You can use <computeroutput>VBoxManage list … … 1850 2003 </listitem> 1851 2004 2005 <listitem> 2006 <para><computeroutput>vrdevideochannelquality 2007 <percent></computeroutput>: Sets the image quality for video 2008 redirection; see <xref lang="" 2009 linkend="vrde-videochannel" />.</para> 2010 </listitem> 1852 2011 1853 2012 <listitem> … … 1934 2093 </listitem> 1935 2094 1936 <!-- @todo r=andy Document teleport! --> 2095 <listitem> 2096 <para><computeroutput>teleport --host <name> --port <port></computeroutput> 2097 can be used to configure a VM as a target for teleporting. 2098 <name> specifies the virtual machine name. <port> specifies the port on the 2099 virtual machine which should listen for a teleporting request from another 2100 virtual machine. It can be any free TCP/IP port number (e.g. 6000); 2101 See <xref linkend="teleporting" /> for an introduction.</para> 2102 <itemizedlist> 2103 <listitem> 2104 <para><computeroutput>--maxdowntime <msec></computeroutput>: 2105 Optional - specifies the maximum downtime (millseconds) for the 2106 teleporting target VM.</para> 2107 </listitem> 2108 2109 <listitem> 2110 <para><computeroutput>--password 2111 <password></computeroutput>: 2112 Optional - indicates that the teleporting request will only succeed if the 2113 source machine specifies the same password as the one given with 2114 this command.</para> 2115 </listitem> 2116 2117 <listitem> 2118 <para><computeroutput>--passwordfile 2119 <password file></computeroutput>: 2120 Optional - indicates that the teleporting request will only succeed if the 2121 source machine specifies the same password as the one specified 2122 in the file given with this command. Use <computeroutput>stdin</computeroutput> 2123 to read the password from stdin.</para> 2124 </listitem> 2125 </itemizedlist> 2126 </listitem> 1937 2127 1938 2128 <listitem> … … 2898 3088 </glossentry> 2899 3089 2900 2901 3090 <glossentry> 2902 3091 <glossterm><computeroutput>vrdeauthlibrary</computeroutput></glossterm> … … 3146 3335 credentials to be specified, the second does not.</para> 3147 3336 3148 <para>The first set of subcommands areof the form:</para>3337 <para>The first set of subcommands is of the form:</para> 3149 3338 <screen>VBoxManage guestcontrol <uuid|vmname> <sub-command> 3150 3339 [--username <name> ] … … 3168 3357 <glossterm><computeroutput><uuid|vmname></computeroutput></glossterm> 3169 3358 <glossdef> 3170 <para> The VM UUID or VM name. Mandatory.</para>3359 <para>Specifies the VM UUID or VM name. Mandatory.</para> 3171 3360 </glossdef> 3172 3361 </glossentry> … … 3219 3408 <glosslist> 3220 3409 <glossentry> 3221 <glossterm><computeroutput>--exe "<path to executable>"</computeroutput></glossterm> 3410 <glossterm><computeroutput><uuid|vmname></computeroutput></glossterm> 3411 <glossdef> 3412 <para>Specifies the VM UUID or VM name. Mandatory.</para> 3413 </glossdef> 3414 </glossentry> 3415 3416 <glossentry> 3417 <glossterm><computeroutput>--exe <path to executable></computeroutput></glossterm> 3222 3418 <glossdef><para>Specifies the absolute path of the executable on the guest OS file system. Mandatory. e.g.: 3223 3419 <computeroutput>C:\Windows\System32\calc.exe</computeroutput>.</para> 3224 </glossdef>3225 </glossentry>3226 3227 <glossentry>3228 <glossterm><computeroutput><uuid|vmname></computeroutput></glossterm>3229 <glossdef>3230 <para>Specifies the VM UUID or VM name. Mandatory.</para>3231 3420 </glossdef> 3232 3421 </glossentry> … … 3242 3431 3243 3432 <glossentry> 3244 <glossterm><computeroutput>-E|--putenv "<NAME>=<VALUE>"3433 <glossterm><computeroutput>-E|--putenv <NAME>=<VALUE> 3245 3434 </computeroutput></glossterm> 3246 3435 <glossdef> … … 3287 3476 3288 3477 <glossentry> 3289 <glossterm><computeroutput> >--no-wait-stderr|--wait-stderr</computeroutput></glossterm>3478 <glossterm><computeroutput>--no-wait-stderr|--wait-stderr</computeroutput></glossterm> 3290 3479 <glossdef> 3291 3480 <para>Does not wait/waits until the guest process ends and receives its exit code and reason/flags. … … 3355 3544 3356 3545 <listitem> 3357 <para><emphasis role="bold"><computeroutput>start</computeroutput></emphasis> ,3546 <para><emphasis role="bold"><computeroutput>start</computeroutput></emphasis> 3358 3547 Executes a guest program until it completes.</para> 3359 3548 <screen>VBoxManage guestcontrol <uuid|vmname> start [common-options] 3360 3361 3362 3549 [--exe <path to executable>] [--timeout <msec>] 3550 [-E|--putenv <NAME>[=<VALUE>]] [--unquoted-args] 3551 [--ignore-operhaned-processes] [--profile] 3363 3552 -- <program/arg0> [argument1] ... [argumentN]] 3364 3553 </screen> … … 3373 3562 3374 3563 <glossentry> 3375 <glossterm><computeroutput>--exe "<path to executable>"</computeroutput></glossterm>3564 <glossterm><computeroutput>--exe <path to executable></computeroutput></glossterm> 3376 3565 <glossdef><para>Specifies the absolute path of the executable on the guest OS file system. Mandatory. e.g.: 3377 3566 <computeroutput>C:\Windows\System32\calc.exe</computeroutput></para> … … 3388 3577 3389 3578 <glossentry> 3390 <glossterm><computeroutput>-E|--putenv "<NAME>=<VALUE>"3579 <glossterm><computeroutput>-E|--putenv <NAME>=<VALUE> 3391 3580 </computeroutput></glossterm> 3392 3581 <glossdef> … … 3413 3602 <glossterm><computeroutput>--ignore-operhaned-processes</computeroutput></glossterm> 3414 3603 <glossdef> 3415 <para>Ignores orphaned processes. Not implemented yet. Optional.</para>3604 <para>Ignores orphaned processes. Not yet implemented. Optional.</para> 3416 3605 </glossdef> 3417 3606 </glossentry> … … 3420 3609 <glossterm><computeroutput>--profile</computeroutput></glossterm> 3421 3610 <glossdef> 3422 <para>Use a profile. Not implemented yet. Optional.</para>3611 <para>Use a profile. Not yet implemented. Optional.</para> 3423 3612 </glossdef> 3424 3613 </glossentry> … … 3470 3659 <listitem> 3471 3660 <para><emphasis role="bold"><computeroutput>copyfrom</computeroutput></emphasis> 3472 This command enables copying offiles from the guest to the host file system.3661 Copies files from the guest to the host file system. 3473 3662 (Note - only with Guest Additions 4.0 or later installed).</para> 3474 3663 3475 3664 <screen>VBoxManage guestcontrol <uuid|vmname> copyfrom [common-options] 3665 [--dryrun] [--follow] [--R|recursive] 3476 3666 --target-directory <host-dst-dir> 3477 [--dryrun] [--follow] [--R|recursive]3478 3667 <guest-src0> [<guest-src1> [...]] </screen> 3479 3668 … … 3483 3672 <glossdef> 3484 3673 <para>Specifies the VM UUID or VM name. Mandatory.</para> 3674 </glossdef> 3675 </glossentry> 3676 3677 <glossentry> 3678 <glossterm><computeroutput>--dryrun</computeroutput></glossterm> 3679 <glossdef> 3680 <para>Instructs VBoxManage to perform a dry run instead of an actual file copying 3681 operation. Optional. </para> 3682 </glossdef> 3683 </glossentry> 3684 3685 <glossentry> 3686 <glossterm><computeroutput>--follow</computeroutput></glossterm> 3687 <glossdef> 3688 <para>Enables symlink following on the guest file system. Optional.</para> 3689 </glossdef> 3690 </glossentry> 3691 3692 <glossentry> 3693 <glossterm><computeroutput>-R|--recursive</computeroutput></glossterm> 3694 <glossdef> 3695 <para>Enables recursive copying of files/directories from the specified guest file system 3696 directory. Optional.</para> 3485 3697 </glossdef> 3486 3698 </glossentry> … … 3491 3703 <para>Specifies the absolute path of the host file system destination directory. Mandatory. e.g. 3492 3704 <computeroutput>C:\Temp</computeroutput>.</para> 3493 </glossdef>3494 </glossentry>3495 3496 <glossentry>3497 <glossterm><computeroutput>--dryrun</computeroutput></glossterm>3498 <glossdef>3499 <para>Instructs VBoxManage to perform a dry run instead of an actual file copying3500 operation. Optional. </para>3501 </glossdef>3502 </glossentry>3503 3504 <glossentry>3505 <glossterm><computeroutput>--follow</computeroutput></glossterm>3506 <glossdef>3507 <para>Enables symlink following on the guest file system. Optional.</para>3508 </glossdef>3509 </glossentry>3510 3511 <glossentry>3512 <glossterm><computeroutput>-R|--recursive</computeroutput></glossterm>3513 <glossdef>3514 <para>Enables recursive copying of files/directories from the specified guest file system3515 directory. Optional.</para>3516 3705 </glossdef> 3517 3706 </glossentry> … … 3531 3720 3532 3721 <listitem> 3533 <para><emphasis role="bold"><computeroutput>copyto</computeroutput></emphasis> ,3534 Copies f rom the host to aguest file system.3722 <para><emphasis role="bold"><computeroutput>copyto</computeroutput></emphasis> 3723 Copies files from the host to the guest file system. 3535 3724 (Note - only with Guest Additions 4.0 or later installed).</para> 3536 3725 3537 3726 <screen>VBoxManage guestcontrol <uuid|vmname> copyto [common-options] 3727 [--dryrun] [--follow] [--R|recursive] 3538 3728 --target-directory <guest-dst> 3539 [--dryrun] [--follow] [--R|recursive]3540 3729 <host-src0> [<host-src1> [...]] </screen> 3541 3730 … … 3545 3734 <glossdef> 3546 3735 <para>Specifies the VM UUID or VM name. Mandatory.</para> 3736 </glossdef> 3737 </glossentry> 3738 3739 <glossentry> 3740 <glossterm><computeroutput>--dryrun</computeroutput></glossterm> 3741 <glossdef> 3742 <para>Instructs VBoxManage to perform a dry run instead of an actual file copying 3743 operation. Optional. </para> 3744 </glossdef> 3745 </glossentry> 3746 3747 <glossentry> 3748 <glossterm><computeroutput>--follow</computeroutput></glossterm> 3749 <glossdef> 3750 <para>Enables symlink following on the host file system. Optional.</para> 3751 </glossdef> 3752 </glossentry> 3753 3754 <glossentry> 3755 <glossterm><computeroutput>-R|--recursive</computeroutput></glossterm> 3756 <glossdef> 3757 <para>Enables recursive copying of files/directories from the specified host file system 3758 directory(ies). Optional.</para> 3547 3759 </glossdef> 3548 3760 </glossentry> … … 3553 3765 <para>Specifies the absolute path of the guest file system destination directory. Mandatory. e.g. 3554 3766 <computeroutput>C:\Temp</computeroutput>.</para> 3555 </glossdef>3556 </glossentry>3557 3558 <glossentry>3559 <glossterm><computeroutput>--dryrun</computeroutput></glossterm>3560 <glossdef>3561 <para>Instructs VBoxManage to perform a dry run instead of an actual file copying3562 operation. Optional. </para>3563 </glossdef>3564 </glossentry>3565 3566 <glossentry>3567 <glossterm><computeroutput>--follow</computeroutput></glossterm>3568 <glossdef>3569 <para>Enables symlink following on the host file system. Optional.</para>3570 </glossdef>3571 </glossentry>3572 3573 <glossentry>3574 <glossterm><computeroutput>-R|--recursive</computeroutput></glossterm>3575 <glossdef>3576 <para>Enables recursive copying of files/directories from the specified host file system3577 directory(ies). Optional.</para>3578 3767 </glossdef> 3579 3768 </glossentry> … … 3593 3782 3594 3783 <listitem> 3595 <para><emphasis role="bold"><computeroutput>md|mkdir|createdir|createdirectory</computeroutput></emphasis> ,3784 <para><emphasis role="bold"><computeroutput>md|mkdir|createdir|createdirectory</computeroutput></emphasis> 3596 3785 Creates one or more directory(ies) on the guest file system. 3597 3786 (Note - only with Guest Additions 4.0 or later installed).</para> 3598 3787 3599 <screen>VBoxManage guestcontrol <uuid|vmname> md|mkdir|createdir|createdirectory 3600 [common-options ] 3788 <screen>VBoxManage guestcontrol <uuid|vmname> md|mkdir|createdir|createdirectory [common-options] 3601 3789 [--parents] [--mode <mode>] 3602 <guest directory> [...] </screen>3790 <guest-dir0> [<guest-dir1> [...]] </screen> 3603 3791 3604 3792 <para>Where the parameters are: <glosslist> … … 3631 3819 3632 3820 <glossentry> 3633 <glossterm><computeroutput><guest directory>...</computeroutput></glossterm>3634 <glossdef> 3635 <para>Specifies list of absolute path sof directory(ies) to be created on3821 <glossterm><computeroutput><guest-dir0> [<guest-dir1> [...]]</computeroutput></glossterm> 3822 <glossdef> 3823 <para>Specifies list of absolute path(s) of directory(ies) to be created on 3636 3824 guest file system. Mandatory. 3637 e.g. <computeroutput>D:\Foo\Bar</computeroutput> 3825 e.g. <computeroutput>D:\Foo\Bar</computeroutput>.</para> 3638 3826 <para>All parent directories must already exist 3639 3827 unless switch <computeroutput>--parents</computeroutput> used. … … 3652 3840 Deletes specified guest file system directories. (Only with installed Guest Additions 4.3.2 and later).</para> 3653 3841 3654 <screen>VBoxManage guestcontrol <uuid|vmname> r emovedirectory|removedir|rmdir[common-options]3655 3656 <guest directory>...3842 <screen>VBoxManage guestcontrol <uuid|vmname> rmdir|removedir|removedirectory [common-options] 3843 [--recursive|-R] 3844 <guest-dir0> [<guest-dir1> [...]] 3657 3845 </screen> 3658 3846 … … 3673 3861 3674 3862 <glossentry> 3675 <glossterm><computeroutput><guest directory>...</computeroutput></glossterm>3676 <glossdef> 3677 <para>Specifies the absolute path(s) of directory(ies) to be deleted on3678 guest file system. Mandatory. Wildcards are allowed. e.g. <computeroutput>D:\Foo\ Bar</computeroutput>.3863 <glossterm><computeroutput><guest-dir0> [<guest-dir1> [...]]</computeroutput></glossterm> 3864 <glossdef> 3865 <para>Specifies list of the absolute path(s) of directory(ies) to be deleted on 3866 guest file system. Mandatory. Wildcards are allowed. e.g. <computeroutput>D:\Foo\*Bar</computeroutput>. 3679 3867 The specified user must have sufficient rights to delete the 3680 3868 specified directory(ies).</para> … … 3685 3873 3686 3874 <listitem> 3687 <para><emphasis role="bold"><computeroutput>r emovefile|rm</computeroutput></emphasis>3875 <para><emphasis role="bold"><computeroutput>rm|removefile</computeroutput></emphasis> 3688 3876 Deletes specified files on the guest file system. (Only with installed Guest 3689 3877 Additions 4.3.2 and later).</para> 3690 3878 3691 <screen>VBoxManage guestcontrol <uuid|vmname> r emovefile|rm[common-options]3692 3693 <guest file>...</screen>3879 <screen>VBoxManage guestcontrol <uuid|vmname> rm|removefile [common-options] 3880 [-f|--force] 3881 <guest-file0> [<guest-file1> [...]] </screen> 3694 3882 3695 3883 <para>Where the parameters are: <glosslist> … … 3709 3897 3710 3898 <glossentry> 3711 <glossterm><computeroutput><guest file>...</computeroutput></glossterm>3712 <glossdef> 3713 <para>Specifies absolute path(s) of file(s) to be deleted on guest file system. Mandatory.3714 Wildcards are allowed. e.g. <computeroutput>D:\Foo\Bar\text .txt</computeroutput>.3899 <glossterm><computeroutput><guest-file0> [<guest-file1> [...]]</computeroutput></glossterm> 3900 <glossdef> 3901 <para>Specifies list of absolute path(s) of file(s) to be deleted on guest file system. Mandatory. 3902 Wildcards are allowed. e.g. <computeroutput>D:\Foo\Bar\text*.txt</computeroutput>. 3715 3903 The specified user should have sufficient rights to delete the specified file(s).</para> 3716 3904 </glossdef> … … 3726 3914 3727 3915 <screen>VBoxManage guestcontrol <uuid|vmname> mv|move|ren|rename [common-options] 3728 <source>... <dest></screen>3916 <guest-source0> [<guest-source1> [...]] <guest-dest></screen> 3729 3917 3730 3918 <para>Where the parameters are: <glosslist> … … 3737 3925 3738 3926 <glossentry> 3739 <glossterm><computeroutput><source>... </computeroutput></glossterm> 3740 <glossdef> 3741 <para>Specifies absolute path(s) of file(s) to be moved on guest file system. Mandatory. 3742 Wildcards are allowed. The specified user should have sufficient rights to 3927 <glossterm><computeroutput><guest-source0> [<guest-source1> [...]]</computeroutput></glossterm> 3928 <glossdef> 3929 <para>Specifies absolute path(s) of file(s) and/or single directory to be moved/renamed on guest 3930 file system. Mandatory. 3931 Wildcards are allowed in file names(s). The specified user should have sufficient rights to 3743 3932 access the specified file(s).</para> 3744 3933 </glossdef> … … 3748 3937 <glossterm><computeroutput><dest></computeroutput></glossterm> 3749 3938 <glossdef> 3750 <para>Specifies the absolute path of the destination file/directory(ies) to which the file(s) 3751 are to be moved. This can be a directory, or a file if only one file to be moved. Mandatory. 3939 <para>Specifies the absolute path of the destination file/directory to which the file(s) 3940 are to be moved. Mandatory. If only one file to be moved, <dest> can be file or directory, 3941 else it must be a directory. 3752 3942 The specified user must have sufficient rights to access the destination file/directory.</para> 3753 3943 </glossdef> … … 3764 3954 3765 3955 <screen>VBoxManage guestcontrol <uuid|vmname> mktemp|createtemp|createtemporary [common-options] 3766 3956 [--directory] [--secure] [--mode <mode>] [--tmpdir <directory>] 3767 3957 <template> 3768 3958 </screen> … … 3790 3980 <computeroutput>0755</computeroutput>. Operation fails if it cannot be performed securely. 3791 3981 </para> 3982 </glossdef> 3983 </glossentry> 3984 3985 <glossentry> 3986 <glossterm><computeroutput>--mode <mode></computeroutput></glossterm> 3987 <glossdef> 3988 <para>Specifies the permission mode of the specified directory. Optional. 3989 Currently only octal modes (e.g. <computeroutput>0755</computeroutput>) 3990 are supported.</para> 3792 3991 </glossdef> 3793 3992 </glossentry> … … 3805 4004 3806 4005 <glossentry> 3807 <glossterm><computeroutput>--mode <mode></computeroutput></glossterm>3808 <glossdef>3809 <para>Specifies the permission mode of the specified directory. Optional.3810 Currently only octal modes (e.g. <computeroutput>0755</computeroutput>)3811 are supported.</para>3812 </glossdef>3813 </glossentry>3814 3815 <glossentry>3816 4006 <glossterm><computeroutput><template></computeroutput></glossterm> 3817 4007 <glossdef> … … 3825 4015 3826 4016 <listitem> 3827 <para><emphasis role="bold"><computeroutput>stat</computeroutput></emphasis> ,4017 <para><emphasis role="bold"><computeroutput>stat</computeroutput></emphasis> 3828 4018 Displays file or file system status(es) on the guest.</para> 3829 4019 3830 4020 <screen>VBoxManage guestcontrol <uuid|vmname> stat [common-options] 3831 <file1>[... filen]</screen>4021 <file0> [<file1> [...]]</screen> 3832 4022 3833 4023 <para>Where the parameters are: <glosslist> … … 3840 4030 3841 4031 <glossentry> 3842 <glossterm><computeroutput><file 1>[... filen]</computeroutput></glossterm>3843 <glossdef> 3844 <para>Specifies absolute path(s) of file(s) on guest file system. Mandatory.4032 <glossterm><computeroutput><file0> [<file1> [...]]</computeroutput></glossterm> 4033 <glossdef> 4034 <para>Specifies absolute path(s) of file(s) and/or file system(s) on guest file system. Mandatory. 3845 4035 e.g. <computeroutput>/home/foo/a.out</computeroutput>. 3846 4036 The specified user should have sufficient rights to access 3847 the specified file /file system(s).</para>4037 the specified file(s)/file system(s).</para> 3848 4038 </glossdef> 3849 4039 </glossentry> … … 3853 4043 </para> 3854 4044 3855 <para>The second set of subcommands areof the form:</para>4045 <para>The second set of subcommands is of the form:</para> 3856 4046 <screen>VBoxManage guestcontrol <uuid|vmname> <sub-command> 3857 4047 [-v|--verbose] [-q|quiet] ... 3858 4048 </screen> 3859 4049 … … 3880 4070 <para>The second set of subcommands: <itemizedlist> 3881 4071 <listitem> 3882 <para><emphasis role="bold"><computeroutput>list</computeroutput></emphasis> ,4072 <para><emphasis role="bold"><computeroutput>list</computeroutput></emphasis> 3883 4073 Lists guest control configuration and status data, e.g. open guest sessions, 3884 4074 guest processes and files.</para> 3885 4075 3886 4076 <screen>VBoxManage guestcontrol <uuid|vmname> list [common-opts] 3887 4077 <all|sessions|processes|files> </screen> 3888 4078 3889 4079 <para>Where the parameters are: <glosslist> … … 3894 4084 </glossdef> 3895 4085 </glossentry> 4086 3896 4087 <glossentry> 3897 4088 <glossterm><computeroutput>all|sessions|processes|files</computeroutput></glossterm> … … 3901 4092 </glossdef> 3902 4093 </glossentry> 4094 3903 4095 </glosslist></para> 3904 4096 </listitem> 3905 4097 3906 4098 <listitem> 3907 <para><emphasis role="bold"><computeroutput>closeprocess</computeroutput></emphasis> ,3908 Terminates guest processes (specified by PID(s))running in guest session(s)4099 <para><emphasis role="bold"><computeroutput>closeprocess</computeroutput></emphasis> 4100 Terminates guest processes specified by PID(s))running in guest session(s), 3909 4101 specified by the session ID or name(s).</para> 3910 4102 3911 4103 <screen>VBoxManage guestcontrol <uuid|vmname> closeprocess [common-options] 3912 3913 <PID1> [... <PID n>] </screen>4104 --session-id <ID> | --session-name <name or pattern> 4105 <PID0> [<PID1> [...]] </screen> 3914 4106 3915 4107 <para>Where the parameters are: <glosslist> … … 3929 4121 3930 4122 <glossentry> 3931 <glossterm><computeroutput>--session-name </computeroutput></glossterm>4123 <glossterm><computeroutput>--session-name <name or pattern></computeroutput></glossterm> 3932 4124 <glossdef> 3933 4125 <para>Specifies the guest session by its name, or multiple sessions … … 3937 4129 3938 4130 <glossentry> 3939 <glossterm><computeroutput><PID 1> [... <PID n>]</computeroutput></glossterm>4131 <glossterm><computeroutput><PID0> [<PID1> [...]]</computeroutput></glossterm> 3940 4132 <glossdef> 3941 4133 <para>Specifies a list of process identifiers (PIDs) of guest processes to be terminated. Mandatory.</para> … … 3946 4138 3947 4139 <listitem> 3948 <para><emphasis role="bold"><computeroutput>closesession</computeroutput></emphasis> ,4140 <para><emphasis role="bold"><computeroutput>closesession</computeroutput></emphasis> 3949 4141 Closes specified guest sessions, specified either by session ID or name.</para> 3950 4142 3951 4143 <screen>VBoxManage guestcontrol <uuid|vmname> closesession [common-options] 3952 --session-id <ID> 3953 | --session-name <name or pattern> 3954 | --all </screen> 4144 --session-id <ID> | --session-name <name or pattern> | --all </screen> 3955 4145 3956 4146 <para>Where the parameters are: <glosslist> … … 3963 4153 3964 4154 <glossentry> 3965 <glossterm><computeroutput>--session-id </computeroutput></glossterm>4155 <glossterm><computeroutput>--session-id <ID></computeroutput></glossterm> 3966 4156 <glossdef> 3967 4157 <para>Specifies the guest session to be closed by ID. Optional.</para> … … 3970 4160 3971 4161 <glossentry> 3972 <glossterm><computeroutput>--session-name </computeroutput></glossterm>4162 <glossterm><computeroutput>--session-name <name or pattern></computeroutput></glossterm> 3973 4163 <glossdef> 3974 4164 <para>Specifies the guest session to be closed by name. Optional. … … 3993 4183 3994 4184 <screen>VBoxManage guestcontrol <uuid|vmname> updatega|updateadditions|updateguestadditions [common-options] 3995 [--source "<New .ISO path>"] 3996 [--wait-start] [-- [<argument1>] ... [<argumentN>]]</screen> 4185 [--source <New .ISO path>] 4186 [--wait-start] 4187 [-- <argument0> [<argument1> [...]]]</screen> 3997 4188 3998 4189 <para>Where the parameters are: <glosslist> … … 4005 4196 4006 4197 <glossentry> 4007 <glossterm><computeroutput>--source</computeroutput> "<New ISO path>"</glossterm>4008 <glossdef> 4009 <para>Specifies the absolute path on guest file system of ISO file for Guest Additions update. Mandatory.</para>4198 <glossterm><computeroutput>--source</computeroutput> <New .ISO path></glossterm> 4199 <glossdef> 4200 <para>Specifies the absolute path on guest file system of the .ISO file for Guest Additions update. Mandatory.</para> 4010 4201 </glossdef> 4011 4202 </glossentry> … … 4023 4214 4024 4215 <glossentry> 4025 <glossterm><computeroutput>[-- [<argument1>] ... [<argumentN>]]</computeroutput></glossterm>4216 <glossterm><computeroutput>[-- <argument0> [<argument1> [...]]]</computeroutput></glossterm> 4026 4217 <glossdef> 4027 4218 <para>Specifies optional command line arguments to be supplied to the Guest Additions … … 4034 4225 4035 4226 <listitem> 4036 <para><emphasis role="bold"><computeroutput>watch</computeroutput></emphasis> ,4227 <para><emphasis role="bold"><computeroutput>watch</computeroutput></emphasis> 4037 4228 This subcommand prints current guest control activity.</para> 4038 4229
Note:
See TracChangeset
for help on using the changeset viewer.