A system administrator needs to add an existing user, 'testuser', to an existing supplementary group called 'developers'. Which of the following commands will achieve this without removing the user from their current supplementary groups?
-
A
usermod -G developers testuser
-
B
usermod -g developers testuser
-
C
usermod -aG developers testuser
-
D
useradd -G developers testuser