167
Me: Linux isn't that bad! Also me:
(programming.dev)
A community for everything relating to the linux operating system
Also check out !linux_memes@programming.dev
Original icon base courtesy of lewing@isc.tamu.edu 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>