CompTIA Linux+ XK0-005 Practice Question
A system administrator has been instructed to update the unique numeric identifier assigned to the 'developers' group to meet the new organizational policy requiring all development teams to have identifiers above 4999. Which of the following commands will BEST accomplish this?
groupmod -g 5000 developers
groupmod -n developers 5000
usermod -g 5000 developers
Manually change the numeric identifier in the /etc/group file next to 'developers'