Changeset 39671 in vbox
- Timestamp:
- Dec 21, 2011 1:35:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_VBoxManage.xml
r39159 r39671 2533 2533 <listitem> 2534 2534 <para><computeroutput>execute</computeroutput>, which allows for 2535 executing a program/script (process) which is alreadyinstalled and2535 executing a program/script (process) which already is installed and 2536 2536 runnable on the guest. This command only works while a VM is up and 2537 2537 running and has the following syntax:</para> … … 2539 2539 <screen>VBoxManage guestcontrol <vmname>|<uuid> exec[ute] 2540 2540 --image <path to program> 2541 --username <name> --password <password>2541 --username <name> [--password <password>] 2542 2542 [--dos2unix] 2543 2543 [--environment "<NAME>=<VALUE> [<NAME>=<VALUE>]"] … … 2698 2698 Unix hosts.</para> 2699 2699 2700 <para><note> 2701 <para>For certain commands a user name of an existing user account on the guest 2702 must be specified; anonymous executions are not supported for security reasons. An 2703 user account password, however, is optional and depends on the guest's OS security 2704 policy or rules. If no password is specified for a given user name, an empty password 2705 will be used. On certain OSes like Windows the security policy may needs to be adjusted 2706 in order to allow user accounts with an empty password set. Also, global domain rules might 2707 apply and therefore cannot be changed.</para> 2708 </note></para> 2709 2700 2710 <para>Starting at VirtualBox 4.1.2 guest process execution by default is limited 2701 2711 to serve up to 5 guest processes at a time. If a new guest process gets started … … 2720 2730 <screen>VBoxManage guestcontrol <vmname>|<uuid> copyto|cp 2721 2731 <source on host> <destination on guest> 2722 --username <name> --password <password>2732 --username <name> [--password <password>] 2723 2733 [--dryrun] [--follow] [--recursive] [--verbose]</screen> 2724 2734
Note:
See TracChangeset
for help on using the changeset viewer.