Last change
on this file since 99797 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:
765 bytes
|
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-linux-vboxusers">
|
---|
4 | <title>The vboxusers Group</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>
|
---|
8 | The Linux installers create the system user group
|
---|
9 | <codeph>vboxusers</codeph> during installation. Any system
|
---|
10 | user who is going to use USB devices from <ph conkeyref="vbox-conkeyref-phrases/product-name"/> guests
|
---|
11 | must be a member of that group. A user can be made a member of
|
---|
12 | the group <codeph>vboxusers</codeph> either by using the
|
---|
13 | desktop user and group tools, or with the following command:
|
---|
14 | </p>
|
---|
15 | <pre xml:space="preserve">sudo usermod -a -G vboxusers username</pre>
|
---|
16 | </body>
|
---|
17 |
|
---|
18 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.