Changeset 35169 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Dec 16, 2010 10:20:49 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_Installation.xml
r35086 r35169 480 480 <para>The installer must be executed as root with either 481 481 <computeroutput>install</computeroutput> or 482 <computeroutput>uninstall</computeroutput> as the first parameter. If 483 you do not want the installer to ask you whether you wish to accept 484 the license agreement (for example, for performing unattended 485 installations), you can add the parameter 486 <computeroutput>license_accepted_unconditionally</computeroutput>. 487 Finally, if you want to use a directory other than the default 488 installation directory, add the desired path as an extra 489 parameter.</para> 490 491 <screen>sudo ./VirtualBox.run install /opt/VirtualBox</screen> 482 <computeroutput>uninstall</computeroutput> as the first parameter.</para> 483 484 <screen>sudo ./VirtualBox.run install</screen> 492 485 493 486 <para>Or if you do not have the "sudo" command available, run the 494 following as root instead:<screen>./VirtualBox.run install /opt/VirtualBox</screen></para>487 following as root instead:<screen>./VirtualBox.run install</screen></para> 495 488 496 489 <para>After that you need to put every user which should be able to 497 use VirtualBoxin the group490 access USB devices from VirtualBox guests in the group 498 491 <computeroutput>vboxusers</computeroutput>, either through the GUI 499 492 user management tools or by running the following command as … … 513 506 <computeroutput>usermod -G group1,group2,vboxusers 514 507 username</computeroutput>.</para> 515 </note>If any users on your system should be able to access host USB 516 devices from within VirtualBox guests, you should also add them to the 517 appropriate user group that your distribution uses for USB access, 518 e.g. <computeroutput>usb</computeroutput> or 519 <computeroutput>usbusers</computeroutput>.</para> 508 </note></para> 520 509 </sect3> 521 510 … … 656 645 <para>The Linux installers create the system user group 657 646 <computeroutput>vboxusers</computeroutput> during installation. Any 658 system user who is going to run VirtualBox must be member of that group. 647 system user who is going to use USB devices from VirtualBox guests 648 must be member of that group. 659 649 A user can be made member of the group 660 650 <computeroutput>vboxusers</computeroutput> through the GUI user/group
Note:
See TracChangeset
for help on using the changeset viewer.