list all users ubuntu grops code example
Example 1: ubuntu list users in group
getent group groupname
Example 2: how to get list of users in ubuntu
cat /etc/passwd
#check list of users in linux ubuntu
getent group groupname
cat /etc/passwd
#check list of users in linux ubuntu