find user group linux code example
Example 1: how to check user in group linux
# to see the group joined by current user
$ id
groups
groups {USERNAME}
groups vivek
Example 2: linux user groups
groups $username
# to see the group joined by current user
$ id
groups
groups {USERNAME}
groups vivek
groups $username