VirtualBox

Changeset 39671 in vbox


Ignore:
Timestamp:
Dec 21, 2011 1:35:14 PM (13 years ago)
Author:
vboxsync
Message:

GuestCtrl/Documentation: Passwords are optional, user names aren't. Clarify on password policy settings and usage.

File:
1 edited

Legend:

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

    r39159 r39671  
    25332533        <listitem>
    25342534          <para><computeroutput>execute</computeroutput>, which allows for
    2535           executing a program/script (process) which is already installed and
     2535          executing a program/script (process) which already is installed and
    25362536          runnable on the guest. This command only works while a VM is up and
    25372537          running and has the following syntax:</para>
     
    25392539          <screen>VBoxManage guestcontrol &lt;vmname&gt;|&lt;uuid&gt; exec[ute]
    25402540            --image &lt;path to program&gt;
    2541             --username &lt;name&gt; --password &lt;password&gt;
     2541            --username &lt;name&gt; [--password &lt;password&gt;]
    25422542            [--dos2unix]
    25432543            [--environment "&lt;NAME&gt;=&lt;VALUE&gt; [&lt;NAME&gt;=&lt;VALUE&gt;]"]
     
    26982698          Unix hosts.</para>
    26992699
     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
    27002710          <para>Starting at VirtualBox 4.1.2 guest process execution by default is limited
    27012711          to serve up to 5 guest processes at a time. If a new guest process gets started
     
    27202730          <screen>VBoxManage guestcontrol &lt;vmname&gt;|&lt;uuid&gt; copyto|cp
    27212731            &lt;source on host&gt; &lt;destination on guest&gt;
    2722             --username &lt;name&gt; --password &lt;password&gt;
     2732            --username &lt;name&gt; [--password &lt;password&gt;]
    27232733            [--dryrun] [--follow] [--recursive] [--verbose]</screen>
    27242734
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