Bill Gilleran
Work
Solutions
LMS
Builds
About
Writing
say hello →
LFCS
/ quiz
quiz
Flashcards
Speed Drills
Quiz
Tasks
Reference
Traps
question 1/20
score 0
Why must you use 'usermod -aG' instead of 'usermod -G' when adding a user to a group?
A.
-aG runs faster
B.
-G replaces ALL the user's supplementary groups; -a appends to them
C.
-G only works on RHEL
D.
There is no difference