7.3 Flashcards
1
Q
A collection of users which can be used to help manage users, such as assigning and revoking permissions to files and directories.
A
group
2
Q
Creates a new group.
A
groupadd
3
Q
Modifies a group definition
A
groupmod
4
Q
Deletes a group.
A
groupdel
5
Q
Changes a group password.
A
gpasswd
6
Q
Changes your current or real group ID to the group ID specified in the command
A
newgrp
7
Q
Modifies group membership for the user account
A
usermod
8
Q
Displays the primary and secondary group membership for the specified user account.
A
groups