Attempting to install the members command to list group members, but seeing error where the command does not exist on the system and can't be installed from anywhere (despite the implication in the linked-to article):
[airflow@airflowetl dlnfs]$ members
bash: members: command not found
[airflow@airflowetl dlnfs]$ yum info members
Loaded plugins: fastestmirror
Determining fastest mirrors
* base: mirror.grid.uchicago.edu
* epel: mirror.sjc02.svwh.net
* extras: mirror.oss.ou.edu
* updates: mirror.siena.edu
maprecosystem 45/45
maprtech 23/23
Error: No matching Packages to list
[airflow@airflowetl dlnfs]$ yum search members
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.grid.uchicago.edu
* epel: mirror.sjc02.svwh.net
* extras: mirror.oss.ou.edu
* updates: mirror.siena.edu
================================ N/S matched: members ================================
python-ordered-set.noarch : A Custom MutableSet that remembers its order
voms.x86_64 : Virtual Organization Membership Service
voms-api-java.noarch : Virtual Organization Membership Service Java API
voms-api-java-javadoc.noarch : Virtual Organization Membership Service Java API
: Documentation
voms-clients-cpp.x86_64 : Virtual Organization Membership Service Clients
voms-clients-java.noarch : Virtual Organization Membership Service Java clients
voms-devel.x86_64 : Virtual Organization Membership Service Development Files
voms-doc.noarch : Virtual Organization Membership Service Documentation
voms-server.x86_64 : Virtual Organization Membership Service Server
Name and summary matches only, use "search all" for everything.
Am aware of the getent groups <group name> command, but was just curious about whether the members command is actually available on centos7 and if so how to get it (again, the article implied that the command could be yum installed).