assuming you are NOT the root user, but you do have sudo permissions, write down the linux command to add a user called user1 to the sudo group code example
Example: add user to sudoers
usermod -aG sudo username
usermod -aG sudo username