Adding an existing linux user to a group In the shell, type: usermod -a -G bunch needle Where bunch represents the group, and needle represents the user More details here: https://www.cyberciti.biz/faq/howto-linux-add-user-to-group/ Share this:FacebookTwitterLinkedInMoreRedditGoogleEmail