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

14 lines
343 B
Markdown
Raw Normal View History

2018-10-05 13:20:09 +00:00
# groups
> Print group memberships for a user.
> See also: `groupadd`, `groupdel`, `groupmod`.
> 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 list of users:
`groups {{username1 username2 ...}}`