Mr @Don Pezet mentioned during the Linux+ course there is a command to add multiple users to a group but he did not type the command.
I need the command please
Mr @Don Pezet mentioned during the Linux+ course there is a command to add multiple users to a group but he did not type the command.
I need the command please
for user in userA userB userC; do sudo usermod -a -G mygroup "$user"; done