check group of user in 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: check user group console linux
groups
groups userName-Here
# to see the group joined by current user
$ id
groups
groups {USERNAME}
groups vivek
groups
groups userName-Here