当我列出我在的组,它说web 。 但是,当我尝试离开这个团体,它说我不在…

看来web是用户初始login组 ,axiol和www-data是他的补充组 。 请参阅man usermod以获取更多信息。
您必须更改其初始login组
usermod -g axiol axiol
如果他之后两次入伍,作为他最初的login组和补充组,你可能需要在之后修复。
usermod -G www-data
结果是:
groups显示当前进程的组 groups axiol显示用户axiol的组 所以使用groups axiol ,你应该看到你已经被删除了该组。 见man groups :
Print group memberships for each USERNAME or, if no USERNAME is specified, for the current process (which may differ if the groups database has changed).