How to add a user to a group in Ubuntu Linux
Adding a user to an existing group in Ubuntu Linux is quite simple.
Just enter the following at the terminal or through SSH.
sudo usermod -a -G groupName userName
To add a new group, you can enter the following:
groupadd groupName