groups: add page (#2384)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
d610a22ef2
commit
a9dd05fc4e
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}}`
|
Reference in New Issue
Block a user