System Grab Bag

View all TLDR pages from Linux (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.