1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 23:02:07 +02:00
tldr/pages/linux/userdbctl.md
Shashank Hebbar df770e83a0
userdbctl: add page (#10662)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-08 14:51:25 +02:00

24 lines
494 B
Markdown

# userdbctl
> Inspect users, groups and group memberships on the system.
> More information: <https://www.freedesktop.org/software/systemd/man/userdbctl.html>.
- List all known user records:
`userdbctl user`
- Show details of a specific user:
`userdbctl user {{username}}`
- List all known groups:
`userdbctl group`
- Show details of a specific group:
`userdbctl group {{groupname}}`
- List all services currently providing user/group definitions to the system:
`userdbctl services`