How to add a user to a group in Linux
Simply replace USERNAME and GROUPNAME with the user you wish to add to a group:
sudo adduser USERNAME GROUPNAMESimply replace USERNAME and GROUPNAME with the user you wish to add to a group:
sudo adduser USERNAME GROUPNAME