mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-12 12:55:43 +02:00
groups: add page (#2384)
This commit is contained in:
parent
d610a22ef2
commit
a9dd05fc4e
1 changed files with 15 additions and 0 deletions
15
pages/linux/groups.md
Normal file
15
pages/linux/groups.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# groups
|
||||
|
||||
> Print group memberships for a user.
|
||||
|
||||
- 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}}`
|
Loading…
Add table
Reference in a new issue