How to remove user from primary group in Linux code example Example: how to remove user from the group gpasswd -d user group # or usermod -R group user_name