mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 14:49:10 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/linux/lid.libuser
Normal file
17
tldr/linux/lid.libuser
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# lid
|
||||
|
||||
> Display a user's groups or a group's users.
|
||||
> More information: <https://manned.org/lid.8>.
|
||||
|
||||
- List primary and secondary groups of a specific user:
|
||||
|
||||
`sudo lid {{username}}`
|
||||
|
||||
- List users of a specific group:
|
||||
|
||||
`sudo lid --group {{name}}`
|
||||
Reference in New Issue
Block a user