问答详情
源自:3-4 Linux中用户管理其他命令

将用户kkk添加到root组中后,如何将kkk从root组中移除

usermod -d kkk root,将用户kkk添加到root组中后,如何将kkk从root组中移除.....................

提问者:TheRedWolf 2016-10-19 22:12

个回答

  • 山抹微云秦大学士
    2016-10-19 23:44:01
    已采纳

    root是爸爸   应该不能吧   意思就是一个人应该不能有两个爸爸     爸爸可以有多个儿子     你先试一下看能不能加进去,如果能那就root用户下userdel -r username    试试

  • 鱼凫
    2018-06-26 10:26:07

    gpasswd -d kkk root

    gpasswd -h:

    Usage: gpasswd [option] GROUP

    Options:
      -a, --add USER                add USER to GROUP
      -d, --delete USER             remove USER from GROUP
      -h, --help                    display this help message and exit
      -Q, --root CHROOT_DIR         directory to chroot into
      -r, --delete-password         remove the GROUP's password
      -R, --restrict                restrict access to GROUP to its members
      -M, --members USER,...        set the list of members of GROUP
      -A, --administrators ADMIN,...
                                    set the list of administrators for GROUP
    Except for the -A and -M options, the options cannot be combined.

  • chenxinmomota
    2017-12-19 11:21:38

    我只想说userdel是把用户直接删除掉,如果你想要把kkk转移到其他用户组直接使用usermod -g 目标用户组组名 用户名

  • chenxinmomota
    2017-12-19 11:15:34

    userdel 不是删除用户吗


  • 快乐的猪宝
    2017-03-30 16:24:02

    同问同问,现在我也遇到这个问题了,oracle进了root组。我id他,他永远都属于root,我去查看/etc/group文件也改不了(因为root屁股后面,没写oracle)。我拿不出来他了。很烦躁

  • 山抹微云秦大学士
    2016-11-05 23:43:09

    http://www.imooc.com/learn/111            兄弟你可以把这一节的第三小节详细看一下,应该就没啥问题了