A system administrator needs to add an existing user, 'jsmith', to the supplementary 'developers' group without removing them from any other groups they are currently a member of. Which of the following commands will accomplish this task correctly?
-
A
usermod -G developers jsmith
-
B
usermod -g developers jsmith
-
C
usermod -aG developers jsmith
-
D
useradd -G developers jsmith