VirtualBox

Changeset 34843 in vbox


Ignore:
Timestamp:
Dec 8, 2010 5:40:29 PM (14 years ago)
Author:
vboxsync
Message:

GuestControl/Documentation: Documented createdirectory command, small updates/fixes for other guest control commands.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_VBoxManage.xml

    r34841 r34843  
    24962496          running and has the following syntax:</para>
    24972497
    2498           <screen>VBoxManage guestcontrol execute &lt;vmname&gt;|&lt;uuid&gt;
     2498          <screen>VBoxManage guestcontrol exec[ute] &lt;vmname&gt;|&lt;uuid&gt;
    24992499            &lt;path to program&gt;
    25002500            --username &lt;name&gt; --password &lt;password&gt;
     
    26052605
    26062606                <glossdef>
    2607                   <para>Tells VBoxManage to be more verbose during the
    2608                   execution.</para>
     2607                  <para>Tells VBoxManage to be more verbose.</para>
    26092608                </glossdef>
    26102609              </glossentry>
     
    26572656          Additions 4.0 and later).</para>
    26582657
    2659           <screen>VBoxManage copyto &lt;vmname&gt;|&lt;uuid&gt;
     2658          <screen>VBoxManage copyto|cp &lt;vmname&gt;|&lt;uuid&gt;
    26602659            &lt;source on host&gt; &lt;destination on guest&gt;
    26612660            [--username "&lt;name&gt;"] [--password "&lt;password&gt;"]
     
    27322731
    27332732                <glossdef>
    2734                   <para>Tells VBoxManage to be more verbose during the copy
    2735                   operation.</para>
     2733                  <para>Tells VBoxManage to be more verbose.</para>
    27362734                </glossdef>
    27372735              </glossentry>
     
    27492747
    27502748        <listitem>
     2749          <para><computeroutput>createdir</computeroutput>, which allows copying
     2750          files from the host to the guest (only with installed Guest
     2751          Additions 4.0 and later).</para>
     2752
     2753          <screen>VBoxManage createdir[ectory]|mkdir|md &lt;vmname&gt;|&lt;uuid&gt;
     2754            &lt;directory to create on guest&gt;
     2755            [--username "&lt;name&gt;"] [--password "&lt;password&gt;"]
     2756            [--parents] [--mode &lt;mode&gt;] [--verbose]</screen>
     2757
     2758          <para>where the parameters mean: <glosslist>
     2759              <glossentry>
     2760                <glossterm>uuid|vmname</glossterm>
     2761
     2762                <glossdef>
     2763                  <para>The VM UUID or VM name. Mandatory.</para>
     2764                </glossdef>
     2765              </glossentry>
     2766
     2767              <glossentry>
     2768                <glossterm>directory to create on guest</glossterm>
     2769
     2770                <glossdef>
     2771                  <para>Absolute path of directory/directories to create on guest, e.g.
     2772                  <computeroutput>D:\Foo\Bar</computeroutput>. Parent directories
     2773                  need to exist (e.g. in this example <computeroutput>D:\Foo</computeroutput>)
     2774                  when switch <computeroutput>--parents</computeroutput> is omitted. The
     2775                  specified user must have appropriate rights to create the specified
     2776                  directory.</para>
     2777                </glossdef>
     2778              </glossentry>
     2779
     2780              <glossentry>
     2781                <glossterm>--username &lt;name&gt;</glossterm>
     2782
     2783                <glossdef>
     2784                  <para>Name of the user the copy process should run under.
     2785                  This user must exist on the guest OS.</para>
     2786                </glossdef>
     2787              </glossentry>
     2788
     2789              <glossentry>
     2790                <glossterm>--password &lt;password&gt;</glossterm>
     2791
     2792                <glossdef>
     2793                  <para>Password of the user account specified with
     2794                  <computeroutput>--username</computeroutput>. If not given,
     2795                  an empty password is assumed.</para>
     2796                </glossdef>
     2797              </glossentry>
     2798
     2799              <glossentry>
     2800                <glossterm>--parents</glossterm>
     2801
     2802                <glossdef>
     2803                  <para>Also creates not yet existing parent directories of the
     2804                  specified directory, e.g. if the directory <computeroutput>D:\Foo</computeroutput>
     2805                  of <computeroutput>D:\Foo\Bar</computeroutput> does not exist yet it will
     2806                  be created. Without specifying <computeroutput>--parent</computeroutput> the
     2807                  action would have failed.</para>
     2808                </glossdef>
     2809              </glossentry>
     2810
     2811              <glossentry>
     2812                <glossterm>--mode &lt;mode&gt;</glossterm>
     2813
     2814                <glossdef>
     2815                  <para>Sets the permission mode of the specified directory. Only octal
     2816                  modes (e.g. <computeroutput>0755</computeroutput>) are supported right now.</para>
     2817                </glossdef>
     2818              </glossentry>
     2819
     2820              <glossentry>
     2821                <glossterm>--verbose</glossterm>
     2822
     2823                <glossdef>
     2824                  <para>Tells VBoxManage to be more verbose.</para>
     2825                </glossdef>
     2826              </glossentry>
     2827
     2828            </glosslist></para>
     2829        </listitem>
     2830
     2831        <listitem>
    27512832          <para><computeroutput>updateadditions</computeroutput>, which allows
    27522833          for updating an already installed Guest Additions version on the
     
    27792860
    27802861                <glossdef>
    2781                   <para>Tells VBoxManage to be more verbose during the
    2782                   update.</para>
     2862                  <para>Tells VBoxManage to be more verbose.</para>
    27832863                </glossdef>
    27842864              </glossentry>
Note: See TracChangeset for help on using the changeset viewer.

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