tldr/pages/common/groups.md

17 lines
380 B
Markdown
Raw Normal View History

2018-10-05 14:20:09 +01:00
# groups
> Print group memberships for a user.
2021-03-30 14:53:29 +01:00
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/groups-invocation.html>.
2018-10-05 14:20:09 +01:00
- Print group memberships for the current user:
`groups`
- Print group memberships for a specific user:
`groups {{username}}`
- Print group memberships for a list of users:
`groups {{username1}} {{username2}} {{username3}}`