1
0
Fork 0
virtualbox/doc/manual/en_US/dita/topics/install-linux-vboxusers.dita
Daniel Baumann 2b3ba1f3e4
Merging upstream version 7.1.8-dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-24 20:41:59 +02:00

14 lines
728 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic xml:lang="en-us" id="install-linux-vboxusers">
<title>The vboxusers Group</title>
<body>
<p>The Linux installers create the system user group <codeph>vboxusers</codeph> during installation. Any system user
who is going to use USB devices from <ph conkeyref="vbox-conkeyref-phrases/product-name"/> guests must be a member
of that group. A user can be made a member of the group <codeph>vboxusers</codeph> either by using the desktop
user and group tools, or with the following command: </p>
<pre xml:space="preserve">sudo usermod -a -G vboxusers username</pre>
</body>
</topic>