asked 110k views
4 votes
User's Primary Group id is listed in which file, at the time of creation of the user (On a standard Unix system)?

1) /etc/passwd
2) /etc/groups
3) /etc/login

1 Answer

3 votes

Final answer:

The primary group ID of a user on a standard Unix system is listed in the /e tc/group file at the time of user creation.

The answer is option ⇒2

Step-by-step explanation:

The /e tc/group file is a system file that contains information about groups on the Unix system. It stores the names of groups, the group ID (GID), and the users who are members of each group.The primary group ID of a user on a standard Unix system is listed in the /e tc/group file at the time of user creation.

The user's primary group ID is assigned to them when the user is created and is stored in the /e tc/passwd file, which is then referenced in the /et c/group file.

The answer is option ⇒2

answered
User Safiyyah
by
8.3k points