A user named 'alex' is a member of the 'developers' and 'qa' groups. A system administrator needs to add 'alex' to the 'sysadmins' group without removing them from their existing groups. Which of the following commands will accomplish this?
-
A
usermod -g sysadmins alex
-
B
usermod -G sysadmins alex
-
C
usermod -aG sysadmins alex
-
D
usermod -A sysadmins alex