Groups
Linux
@see Users
To create a group run the following command:
groupadd group
To add a user to a group run the following command:
usermod -aG group user
Linux
@see Users
To create a group run the following command:
groupadd group
To add a user to a group run the following command:
usermod -aG group user