Which of the following is NOT a property of user groups in a Linux environment? Group of answer choices: The group ids o
Posted: Sun May 15, 2022 10:20 am
Which of the following is NOT a
property of user groups in a Linux environment?
Group of answer choices:
The group ids of user groups (i.e. groups created using
`groupadd`, `adduser`, `useradd`, etc) range from 0-999.
A group can be added to a user by using the `usermod` command
with the `-aG` option.
A user can use the `groups` command to list the groups that user
belongs to.
A user group can have multiple users who belong to it.
property of user groups in a Linux environment?
Group of answer choices:
The group ids of user groups (i.e. groups created using
`groupadd`, `adduser`, `useradd`, etc) range from 0-999.
A group can be added to a user by using the `usermod` command
with the `-aG` option.
A user can use the `groups` command to list the groups that user
belongs to.
A user group can have multiple users who belong to it.