1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-14 11:55:42 +02:00
tldr/pages/linux/lid.libuser.md
2025-08-10 20:03:58 +03:00

247 B

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}}