168
Me: Linux isn't that bad! Also me:
(programming.dev)
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of [email protected] and The GIMP
If you want to add an existing user to an existing group, use:
usermod -a -G <group> <user>
I like
gpasswd -a <user> <group>