のマンページから groups
コマンド:
Print group memberships for each USERNAME or, if no USERNAME is speci‐
fied, for the current process (which may differ if the groups database
has changed)
これはまさにあなたの場合です。グループデータベースは変更されましたが、現在のプロセスのグループメンバーシップは更新されていません。代わりにグループメンバーシップに質問した場合 root
ユーザーあなたは正しい結果を得ているでしょう。
matteo@teomint:~$ sudo usermod -a -G test matteo
matteo@teomint:~$ groups
matteo adm dialout cdrom plugdev lpadmin admin sambashare
matteo@teomint:~$ groups matteo
matteo : matteo adm dialout cdrom plugdev lpadmin admin sambashare test
短い話:現在のプロセスについては、 root
のメンバーではありません thisgroup
まだ。もう一度ログインする必要があります。