Last change
on this file since 105145 was 99797, checked in by vboxsync, 21 months ago |
Docs: bugref:10302. Merging changes from the docs team. Almost exclusively conkeyref related stuff.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.1 KB
|
Line | |
---|
1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="install-solaris-vboxuser">
|
---|
4 | <title>The vboxuser Group</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>
|
---|
8 | The installer creates the system user group
|
---|
9 | <codeph>vboxuser</codeph> during installation for Oracle
|
---|
10 | Solaris hosts that support the USB features required by
|
---|
11 | <ph conkeyref="vbox-conkeyref-phrases/product-name"/>. Any system user who is going to use USB devices
|
---|
12 | from <ph conkeyref="vbox-conkeyref-phrases/product-name"/> guests must be a member of this group. A
|
---|
13 | user can be made a member of this group either by using the
|
---|
14 | desktop user and group tools or by running the following command
|
---|
15 | as root:
|
---|
16 | </p>
|
---|
17 | <pre xml:space="preserve">usermod -G vboxuser username</pre>
|
---|
18 | <p>
|
---|
19 | Note that adding an active user to the
|
---|
20 | <codeph>vboxuser</codeph> group will require the user to log
|
---|
21 | out and then log in again. This should be done manually after
|
---|
22 | successful installation of the package.
|
---|
23 | </p>
|
---|
24 | </body>
|
---|
25 |
|
---|
26 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.