1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/groups.md

17 lines
347 B
Markdown
Raw Normal View History

2018-10-05 13:20:09 +00:00
# groups
> Print group memberships for a user.
> More information: <https://www.gnu.org/software/coreutils/groups>.
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}}`