Adding a user to a group

Published ยท Updated 10 Feb 2020

In Debian this is done simply, like so:

adduser hendry sudo

In Archlinux, it’s done like this:

usermod -a -G <groups> <user>