Записки про Linux
usermod -a -G GroupName NameUser
Например, чтобы добавить user1 в группу sudo пишем:
usermod -a -G sudo user1