Changeset 97349 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Oct 31, 2022 2:38:22 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154347
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-guestcontrol.xml
r96407 r97349 106 106 </cmdsynopsis> 107 107 108 <cmdsynopsis id="synopsis-vboxmanage-guestcontrol-copyfrom -hostdest">108 <cmdsynopsis id="synopsis-vboxmanage-guestcontrol-copyfrom"> 109 109 <command>VBoxManage guestcontrol</command> 110 110 <group choice="req"> … … 113 113 </group> 114 114 <arg choice="plain">copyfrom</arg> 115 <arg>--dereference</arg> 115 116 <arg>--domain=<replaceable>domainname</replaceable></arg> 116 <arg>--follow</arg>117 117 <group> 118 118 <arg choice="plain">--passwordfile=<replaceable>password-file</replaceable></arg> … … 120 120 </group> 121 121 <arg>--quiet</arg> 122 <arg>--no-replace</arg> 122 123 <arg>--recursive</arg> 124 <arg>--target-directory=<replaceable>host-destination-dir</replaceable></arg> 125 <arg>--update</arg> 123 126 <arg>--username=<replaceable>username</replaceable></arg> 124 127 <arg>--verbose</arg> … … 128 131 </cmdsynopsis> 129 132 130 <cmdsynopsis id="synopsis-vboxmanage-guestcontrol-copyfrom-hostdestdir"> 131 <command>VBoxManage guestcontrol</command> 132 <group choice="req"> 133 <arg choice="plain"><replaceable>uuid</replaceable></arg> 134 <arg choice="plain"><replaceable>vmname</replaceable></arg> 135 </group> 136 <arg choice="plain">copyfrom</arg> 133 <cmdsynopsis id="synopsis-vboxmanage-guestcontrol-copyto"> 134 <command>VBoxManage guestcontrol</command> 135 <group choice="req"> 136 <arg choice="plain"><replaceable>uuid</replaceable></arg> 137 <arg choice="plain"><replaceable>vmname</replaceable></arg> 138 </group> 139 <arg choice="plain">copyto</arg> 140 <arg>--dereference</arg> 137 141 <arg>--domain=<replaceable>domainname</replaceable></arg> 138 <arg>--follow</arg>139 142 <group> 140 143 <arg choice="plain">--passwordfile=<replaceable>password-file</replaceable></arg> … … 142 145 </group> 143 146 <arg>--quiet</arg> 144 <arg>--recursive</arg> 145 <arg>--target-directory=<replaceable>host-destination-dir</replaceable></arg> 146 <arg>--username=<replaceable>username</replaceable></arg> 147 <arg>--verbose</arg> 148 <arg choice="req"><replaceable>guest-source0</replaceable></arg> 149 <arg choice="plain"><replaceable>guest-source1</replaceable> [...]</arg> 150 </cmdsynopsis> 151 152 <cmdsynopsis id="synopsis-vboxmanage-guestcontrol-copyto-hostdest"> 153 <command>VBoxManage guestcontrol</command> 154 <group choice="req"> 155 <arg choice="plain"><replaceable>uuid</replaceable></arg> 156 <arg choice="plain"><replaceable>vmname</replaceable></arg> 157 </group> 158 <arg choice="plain">copyto</arg> 159 <arg>--domain=<replaceable>domainname</replaceable></arg> 160 <arg>--follow</arg> 161 <group> 162 <arg choice="plain">--passwordfile=<replaceable>password-file</replaceable></arg> 163 <arg choice="plain">--password=<replaceable>password</replaceable></arg> 164 </group> 165 <arg>--quiet</arg> 166 <arg>--recursive</arg> 167 <arg>--username=<replaceable>username</replaceable></arg> 168 <arg>--verbose</arg> 169 <arg choice="req"><replaceable>host-source0</replaceable></arg> 170 <arg choice="plain"><replaceable>host-source1</replaceable> [...]</arg> 171 <arg choice="req"><replaceable>guest-destination</replaceable></arg> 172 </cmdsynopsis> 173 174 <cmdsynopsis id="synopsis-vboxmanage-guestcontrol-copyto-hostdestdir"> 175 <command>VBoxManage guestcontrol</command> 176 <group choice="req"> 177 <arg choice="plain"><replaceable>uuid</replaceable></arg> 178 <arg choice="plain"><replaceable>vmname</replaceable></arg> 179 </group> 180 <arg choice="plain">copyto</arg> 181 <arg>--domain=<replaceable>domainname</replaceable></arg> 182 <arg>--follow</arg> 183 <group> 184 <arg choice="plain">--passwordfile=<replaceable>password-file</replaceable></arg> 185 <arg choice="plain">--password=<replaceable>password</replaceable></arg> 186 </group> 187 <arg>--quiet</arg> 147 <arg>--no-replace</arg> 188 148 <arg>--recursive</arg> 189 149 <arg>--target-directory=<replaceable>guest-destination-dir</replaceable></arg> 150 <arg>--update</arg> 190 151 <arg>--username=<replaceable>username</replaceable></arg> 191 152 <arg>--verbose</arg> … … 389 350 <para> 390 351 The <command>VBoxManage guestcontrol</command> command enables you 391 to control a guest virtual machine(VM) from the host system. See352 to control a guest (VM) from the host system. See 392 353 <xref linkend="guestadd-guestcontrol" />. 393 354 </para> … … 518 479 </refsect2> 519 480 <refsect2 id="vboxmanage-guestcontrol-run"> 520 <title>Run a Command on the Guest Virtual Machine</title>481 <title>Run a Command on the guest</title> 521 482 <remark role="help-copy-synopsis"/> 522 483 <para> … … 667 628 </refsect2> 668 629 <refsect2 id="vboxmanage-guestcontrol-start"> 669 <title>Start a Command on the Guest Virtual Machine</title>630 <title>Start a Command on the guest</title> 670 631 <remark role="help-copy-synopsis"/> 671 632 <para> … … 681 642 </note> 682 643 </refsect2> 683 <refsect2 id="vboxmanage-guestcontrol-copyfrom -hostdest">684 <title>Copy a File From the Guest Virtual Machine to the Host System</title>644 <refsect2 id="vboxmanage-guestcontrol-copyfrom"> 645 <title>Copy a file from the guest to the host.</title> 685 646 <remark role="help-copy-synopsis"/> 686 647 <para> … … 691 652 <variablelist> 692 653 <varlistentry> 693 <term><option>-- follow</option></term>654 <term><option>--dereference</option></term> 694 655 <listitem><para> 695 656 Enables following of symbolic links on the guest file … … 698 659 </varlistentry> 699 660 <varlistentry> 661 <term><option>--no-replace</option></term> 662 <listitem><para> 663 Only copies a file if it does not exist on the host yet. 664 </para><para> 665 The short form of this option is <option>-n</option>. 666 </para></listitem> 667 </varlistentry> 668 <varlistentry> 700 669 <term><option>--recursive</option></term> 701 670 <listitem><para> 702 671 Recursively copies files and directories from the 703 specified directory on the guest VM.672 specified guest directory to the host. 704 673 </para><para> 705 674 The short form of this option is <option>-R</option>. 675 </para></listitem> 676 </varlistentry> 677 <varlistentry> 678 <term><option>--target-directory=<replaceable>host-dst-dir</replaceable></option></term> 679 <listitem><para> 680 Specifies the absolute path of the destination directory 681 on the host system. For example, 682 <filename>C:\Temp</filename>. 683 </para></listitem> 684 </varlistentry> 685 <varlistentry> 686 <term><option>--update</option></term> 687 <listitem><para> 688 Only copies a file if the guest file is newer than on the host. 689 </para><para> 690 The short form of this option is <option>-u</option>. 706 691 </para></listitem> 707 692 </varlistentry> … … 718 703 </variablelist> 719 704 </refsect2> 720 <refsect2 id="vboxmanage-guestcontrol-copyfrom-hostdestdir"> 721 <title>Copy a File From the Guest Virtual Machine to a Directory on the Host 722 System</title> 723 <remark role="help-copy-synopsis"/> 724 <para> 725 The <command>VBoxManage guestcontrol 726 <replaceable>vmname</replaceable> copyfrom</command> command 727 enables you to copy a file from the guest VM to the host system. 728 </para> 729 <variablelist> 730 <varlistentry> 731 <term><option>--follow</option></term> 732 <listitem><para> 733 Enables following of symbolic links on the guest file 734 system. 735 </para></listitem> 736 </varlistentry> 737 <varlistentry> 738 <term><option>--recursive</option></term> 739 <listitem><para> 740 Recursively copies files and directories from the 741 specified directory on the guest VM. 742 </para><para> 743 The short form of this option is <option>-R</option>. 744 </para></listitem> 745 </varlistentry> 746 <varlistentry> 747 <term><option>--target-directory=<replaceable>host-dst-dir</replaceable></option></term> 748 <listitem><para> 749 Specifies the absolute path of the destination directory 750 on the host system. For example, 751 <filename>C:\Temp</filename>. 752 </para></listitem> 753 </varlistentry> 754 <varlistentry> 755 <term><literal><replaceable>guest-source0</replaceable> [<replaceable>guest-source1</replaceable> [...]]</literal></term> 756 <listitem><para> 757 Specifies the absolute path of one or more the files to 758 copy from the guest VM. For example, 759 <filename>C:\Windows\System32\calc.exe</filename>. You can 760 use wildcards to specify multiple files. For example, 761 <filename>C:\Windows\System*\*.dll</filename>. 762 </para></listitem> 763 </varlistentry> 764 </variablelist> 765 </refsect2> 766 <refsect2 id="vboxmanage-guestcontrol-copyto-hostdest"> 767 <title>Copy a File to the Guest Virtual Machine From the Host System</title> 705 <refsect2 id="vboxmanage-guestcontrol-copyto"> 706 <title>Copy a file from the host to the guest.</title> 768 707 <remark role="help-copy-synopsis"/> 769 708 <para> … … 774 713 <variablelist> 775 714 <varlistentry> 776 <term><option>-- follow</option></term>715 <term><option>--dereference</option></term> 777 716 <listitem><para> 778 717 Enables following of symbolic links on the host system. … … 780 719 </varlistentry> 781 720 <varlistentry> 721 <term><option>--no-replace</option></term> 722 <listitem><para> 723 Only copies a file if it does not exist on the guest yet. 724 </para><para> 725 The short form of this option is <option>-n</option>. 726 </para></listitem> 727 </varlistentry> 728 <varlistentry> 782 729 <term><option>--recursive</option></term> 783 730 <listitem><para> 784 731 Recursively copies files and directories from the 785 specified directory on the host system.732 specified host directory to the guest. 786 733 </para><para> 787 734 The short form of this option is <option>-R</option>. … … 789 736 </varlistentry> 790 737 <varlistentry> 738 <term><option>--target-directory=<replaceable>guest-dst-dir</replaceable></option></term> 739 <listitem><para> 740 Specifies the absolute path of the destination directory 741 on the guest. For example, 742 <filename>/home/myuser/fromhost</filename>. 743 </para></listitem> 744 </varlistentry> 745 <varlistentry> 746 <term><option>--update</option></term> 747 <listitem><para> 748 Only copies a file if the host file is newer than on the guest. 749 </para><para> 750 The short form of this option is <option>-u</option>. 751 </para></listitem> 752 </varlistentry> 753 <varlistentry> 791 754 <term><literal><replaceable>host-source0</replaceable> [<replaceable>host-source1</replaceable> [...]]</literal></term> 792 755 <listitem><para> 793 Specifies the absolute path of one or more the filesto756 Specifies the absolute path of a file to 794 757 copy from the host system. For example, 795 758 <filename>C:\Windows\System32\calc.exe</filename>. You can … … 800 763 </variablelist> 801 764 </refsect2> 802 <refsect2 id="vboxmanage-guestcontrol-copyto-hostdestdir">803 <title>Copy a File to a Directory on the Guest Virtual Machine From the Host804 System</title>805 <remark role="help-copy-synopsis"/>806 <para>807 The <command>VBoxManage guestcontrol808 <replaceable>vmname</replaceable> copyto</command> command809 enables you to copy a file from the host system to the guest VM.810 </para>811 <variablelist>812 <varlistentry>813 <term><option>--follow</option></term>814 <listitem><para>815 Enables following of symbolic links on the host system.816 </para></listitem>817 </varlistentry>818 <varlistentry>819 <term><option>--recursive</option></term>820 <listitem><para>821 Recursively copies files and directories from the822 specified directory on the host system.823 </para><para>824 The short form of this option is <option>-R</option>.825 </para></listitem>826 </varlistentry>827 <varlistentry>828 <term><option>--target-directory=<replaceable>guest-dst-dir</replaceable></option></term>829 <listitem><para>830 Specifies the absolute path of the destination directory831 on the guest VM. For example,832 <filename>C:\Temp</filename>.833 </para></listitem>834 </varlistentry>835 <varlistentry>836 <term><literal><replaceable>host-source0</replaceable> [<replaceable>host-source1</replaceable> [...]]</literal></term>837 <listitem><para>838 Specifies the absolute path of one or more the files to839 copy from the host system. For example,840 <filename>C:\Windows\System32\calc.exe</filename>. You can841 use wildcards to specify multiple files. For example,842 <filename>C:\Windows\System*\*.dll</filename>.843 </para></listitem>844 </varlistentry>845 </variablelist>846 </refsect2>847 765 <refsect2 id="vboxmanage-guestcontrol-mkdir"> 848 <title>Create a Directory on the Guest Virtual Machine</title>766 <title>Create a directory on the guest.</title> 849 767 <remark role="help-copy-synopsis"/> 850 768 <para> … … 903 821 </refsect2> 904 822 <refsect2 id="vboxmanage-guestcontrol-rmdir"> 905 <title>Remove a Directory From the Guest Virtual Machine</title>823 <title>Remove a directory from the guest.</title> 906 824 <remark role="help-copy-synopsis"/> 907 825 <para> … … 940 858 </refsect2> 941 859 <refsect2 id="vboxmanage-guestcontrol-rm"> 942 <title>Remove a File From the Guest Virtual Machine</title>860 <title>Remove a file from the guest.</title> 943 861 <remark role="help-copy-synopsis"/> 944 862 <para> … … 976 894 </refsect2> 977 895 <refsect2 id="vboxmanage-guestcontrol-mv"> 978 <title>Rename a File or Directory on the Guest Virtual Machine</title>896 <title>Rename a file or Directory on the guest</title> 979 897 <remark role="help-copy-synopsis"/> 980 898 <para> … … 1016 934 </refsect2> 1017 935 <refsect2 id="vboxmanage-guestcontrol-mktemp"> 1018 <title>Create a Temporary File or Directory on the Guest Virtual Machine</title>936 <title>Create a Temporary File or Directory on the guest</title> 1019 937 <remark role="help-copy-synopsis"/> 1020 938 <para> … … 1078 996 </refsect2> 1079 997 <refsect2 id="vboxmanage-guestcontrol-stat"> 1080 <title>Show a File or File System Status on the Guest Virtual Machine</title>998 <title>Show a file or File System Status on the guest</title> 1081 999 <remark role="help-copy-synopsis"/> 1082 1000 <para> … … 1124 1042 </refsect2> 1125 1043 <refsect2 id="vboxmanage-guestcontrol-closeprocess"> 1126 <title>Terminate a Process in a Guest Virtual MachineSession</title>1044 <title>Terminate a Process in a guest Session</title> 1127 1045 <remark role="help-copy-synopsis"/> 1128 1046 <para> … … 1157 1075 </refsect2> 1158 1076 <refsect2 id="vboxmanage-guestcontrol-closesession"> 1159 <title>Close a Guest Virtual MachineSession</title>1077 <title>Close a guest Session</title> 1160 1078 <remark role="help-copy-synopsis"/> 1161 1079 <para> … … 1188 1106 </refsect2> 1189 1107 <refsect2 id="vboxmanage-guestcontrol-updatega"> 1190 <title>Update the Guest Additions Software on the Guest Virtual Machine</title>1108 <title>Update the Guest Additions Software on the guest</title> 1191 1109 <remark role="help-copy-synopsis"/> 1192 1110 <para>
Note:
See TracChangeset
for help on using the changeset viewer.