1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 03:26:00 +02:00
tldr/pages/common/groups.md

17 lines
380 B
Markdown
Raw Normal View History

2018-10-05 13:20:09 +00:00
# groups
> Print group memberships for a user.
2021-03-30 15:53:29 +02:00
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/groups-invocation.html>.
2018-10-05 13:20:09 +00: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}}`