To identify the users on a system, UNIX a combination of users and groups.
User are known by their user id or uid, which is a unique
number < 65534, recorded in the password file (/etc/passwd
).
The group id, or gid allows user to belong to different groups and
thus share resources/files with other members.
Only the super-user can add or remove users to/from a group.