If you want to create a new group on your system, use the groupadd command following command, replacing new_group with the name of the group you want to create.
> sudo groupadd mynewgroup
-
#### Add an Existing User Account to a Group
+
#### add an existing user account to a group
To add an existing user account to a group on your system, use the usermod command, replacing examplegroup with the name of the group you want to add the user to and example username with the name of the user you want to add.