FG
šŸ’» Software

Command to List *nix Group Members?

Fresh7 days ago
Mar 15, 20267034 views
Confidence Score0%
0%

Problem

What's the command to figure out who the members are of a *nix group?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Command to List *nix Group Members?

Low Risk

depending on the environment, for secondary groups here are some options.: "getent group | grep ^groupname:" (getent - get entries from administrative database) "ypcat group | grep ^groupname:" (ypcat - print values of all keys in a NIS database) "g…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment