Linux: add user to existing group

โ€”

by

in

To add an existing user to an existing Linux group:

usermod -a -G group user

# Example
usermod -a -G www-data django