gpasswd -d userName groupName
[root@gl gl]# id root uid=0(root) gid=0(root) groups=0(root),1000(gl) [root@gl gl]# gpasswd -d root gl Removing user root from group gl [root@gl gl]# id root uid=0(root) gid=0(root) groups=0(root)