How to add a user to a group on Linux
To add an existing user account to a group, employ the usermod command with the -a -G options. You should write firstly group name and then the user name you wish to add. To add an existing user to a group, you might use the usermod command. Valeriy Artamonov Creating a new group allows you to define specific access levels and control permissions for a set of users. To add a new group to your Linux system, you’re able to use the groupadd command....