Remove user from group --gpasswd -d

Use "gpasswd -d" to remove a user from the group. Execute with root privileges with sudo.

sudo gpasswd -d username group name

This is a sample to remove kimoto from the myapp-group group.

sudo gpasswd -d kimoto myapp-group

Associated Information