linux将用户添加到某个已存在组(同时存在于多个组)

#Linux把用户加入某个组(不退出当前所属组 同时属于多个组)
usermod -a -G groupname username
 
#查看某用户所属组
groups username