Linux从用户组中删除用户 发表于 2025-10-29 分类于 操作系统 , Linux 阅读次数: Changyan: 使用 gpasswd,如下: 1sudo gpasswd -d test docker 将test用户从docker用户组中删除。其他用法参见gpasswd手册。