snippetbashTip
userdbctl — Inspect users, groups, and group memberships on the system. More information: <https://www.freedeskt
Viewed 0 times
commandgroupuserdbctlusersandcligroupsinspect
linux
Problem
How to use the
userdbctl command: Inspect users, groups, and group memberships on the system. More information: <https://www.freedesktop.org/software/systemd/man/latest/userdbctl.html>.Solution
userdbctl — Inspect users, groups, and group memberships on the system. More information: <https://www.freedesktop.org/software/systemd/man/latest/userdbctl.html>.List all known user records:
userdbctlShow details of a specific user:
userdbctl user {{username}}List all known groups:
userdbctl groupShow details of a specific group:
userdbctl group {{groupname}}List all services currently providing user/group definitions to the system:
userdbctl servicesCode Snippets
List all known user records
userdbctlShow details of a specific user
userdbctl user {{username}}List all known groups
userdbctl groupShow details of a specific group
userdbctl group {{groupname}}List all services currently providing user/group definitions to the system
userdbctl servicesContext
tldr-pages: linux/userdbctl
Revisions (0)
No revisions yet.