groups: Move from linux to common (#2407)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
e1c4e34b45
commit
02753012bd
15
pages/common/groups.md
Normal file
15
pages/common/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