Changeset 34843 in vbox
- Timestamp:
- Dec 8, 2010 5:40:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_VBoxManage.xml
r34841 r34843 2496 2496 running and has the following syntax:</para> 2497 2497 2498 <screen>VBoxManage guestcontrol exec ute<vmname>|<uuid>2498 <screen>VBoxManage guestcontrol exec[ute] <vmname>|<uuid> 2499 2499 <path to program> 2500 2500 --username <name> --password <password> … … 2605 2605 2606 2606 <glossdef> 2607 <para>Tells VBoxManage to be more verbose during the 2608 execution.</para> 2607 <para>Tells VBoxManage to be more verbose.</para> 2609 2608 </glossdef> 2610 2609 </glossentry> … … 2657 2656 Additions 4.0 and later).</para> 2658 2657 2659 <screen>VBoxManage copyto <vmname>|<uuid>2658 <screen>VBoxManage copyto|cp <vmname>|<uuid> 2660 2659 <source on host> <destination on guest> 2661 2660 [--username "<name>"] [--password "<password>"] … … 2732 2731 2733 2732 <glossdef> 2734 <para>Tells VBoxManage to be more verbose during the copy 2735 operation.</para> 2733 <para>Tells VBoxManage to be more verbose.</para> 2736 2734 </glossdef> 2737 2735 </glossentry> … … 2749 2747 2750 2748 <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 <vmname>|<uuid> 2754 <directory to create on guest> 2755 [--username "<name>"] [--password "<password>"] 2756 [--parents] [--mode <mode>] [--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 <name></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 <password></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 <mode></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> 2751 2832 <para><computeroutput>updateadditions</computeroutput>, which allows 2752 2833 for updating an already installed Guest Additions version on the … … 2779 2860 2780 2861 <glossdef> 2781 <para>Tells VBoxManage to be more verbose during the 2782 update.</para> 2862 <para>Tells VBoxManage to be more verbose.</para> 2783 2863 </glossdef> 2784 2864 </glossentry>
Note:
See TracChangeset
for help on using the changeset viewer.