We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First, members scans passwd looking for primary members, and prints them. Then it retrieves the group from groups and prints all secondary members.
members
passwd
groups
If a user has a given group as their primary group, and are also secondary members of the same group, their username will be printed twice.
Is this a bug or a feature? I'd argue a bug: being a member twice makes no difference to how membership functions. However, it is a breaking change.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First,
members
scanspasswd
looking for primary members, and prints them. Then it retrieves the group fromgroups
and prints all secondary members.If a user has a given group as their primary group, and are also secondary members of the same group, their username will be printed twice.
Is this a bug or a feature? I'd argue a bug: being a member twice makes no difference to how membership functions. However, it is a breaking change.
The text was updated successfully, but these errors were encountered: