Debian add user to existing group
Home
Articles
Java
Speaking
Raspberry Pi
Calculators
FIX Protocol
Published May 29th, 2012
How do you add an additional group to a users set of groups?
Use the usermod command with the -a -G switches:
sudo usermod -a -G vboxusers chris
At 2013-03-30 17:53:00, Chris Newland left the following comment ...
On modern versions of virtualbox the command is now:
sudo usermod -a -G vboxsf chris
Similar Articles
Tripwire on Debian Jessie
Copy Debian installed packages
SOLVED: icedove hangs with 100% CPU on Debian
Debian - make icedove open links using iceweasel and not Konqueror
[SOLVED] VirtualBox causes Xorg server segfault on startup of XP guest VM
Debian perl Can't locate Date/Calc.pm in @INC
Debian squeeze scponly for secure remote backups
Debian upgrade to Linux kernel 3.2
Debian NFS Server
Debian batch process (resize) JPEG files using ImageMagick into output folder
Debian iceweasel KEYEXPIRED 1352888501
[SOLVED] Debian ./java: No such file or directory
Which Debian package contains the svc command?
Debian find which package contains command
Debian squeeze nvidia packages
Debian Squeeze install Microsoft TTF TrueType fonts
[SOLVED] Debian killall command not found
[SOLVED] fuse: failed to open /dev/fuse: Permission denied (sshfs)
Debian Linux netbook / laptop / Raspberry Pi power saving with acpitool
Set up git repository on Debian and push changes from local repository
Apache MySQL PHP quick build
Create Ubuntu 12.04 USB installer from Debian
Raspberry Pi install Debian image to SD card
Debian squeeze syslog-ng 3 upgrade config files
Easy way to send apache2 logs to syslog-ng
Debian add multimedia codecs
Debian / Ubuntu php-gd function imageantialias() not implemented
init.d script to create essential dirs (apache, postgresql, debconf) when mounting /var on tmpfs
Debian dist-upgrade lenny to squeeze
Poweredge 1750 Debian Squeeze tigon3 firmware
Debian add new Samba user for Windows fileshare access
Install latest iceweasel (firefox) on Debian
MySQL fails to start after package update: unknown variable lc-messages-dir
Debian bash can auto-complete program switches
svnserve start on boot using update-rc.d on Debian Squeeze
Debian Linux 2-NIC router
Debian N220 netbook power saving script
Sort files by size in Debian
/etc/apt/sources.list for dist-upgrade lenny to squeeze
Samsung SyncMaster 913N 1280x1024 resolution in Debian and Ubuntu
Disable exim4 MTA startup on Debian squeeze
Debian software RAID 1 on non boot disk
[SOLVED] VirtualBox causes Xorg server segfault on startup of XP guest VM
VirtualBox on Mac OSX
Virtualbox tips for Mac OS X
[SOLVED] VirtualBox headless VRDE server failed to start
VirtualBox Linux host add user to vboxusers group to access USB devices.
virtualbox-4.1 conflicts with virtualbox
[SOLVED] Invalid machine name or UUID! VirtualBox
VirtualBox Windows guest stuck in shutting down state
Virtualbox install extension pack on headless server
Fix VirtualBox clock drift
Mapping a drive in Virtualbox Windows guest with net use
Virtualbox NSIS can't write bytes to output
VirtualBox installation on headless server
Headless start and stop multiple VirtualBox guests using VBoxHeadless and VBoxManage
Headless VirtualBox multiple guests with bridged networking
Fixing VirtualBox fullscreen on wrong monitor
Updating virtualbox public key in apt from Sun to Oracle
All content on this website is Copyright 2003 - 2024 Chris Newland
Privacy Policy
On modern versions of virtualbox the command is now: