linux group list users 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 see group memebers
groupmems -g groupname -l
# to see the group joined by current user
$ id
groups
groups {USERNAME}
groups vivek
groupmems -g groupname -l