From df770e83a0314f49c3b67c9c153d005cf2f7f288 Mon Sep 17 00:00:00 2001 From: Shashank Hebbar Date: Fri, 8 Sep 2023 18:21:25 +0530 Subject: [PATCH] userdbctl: add page (#10662) Co-authored-by: K.B.Dharun Krishna Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/linux/userdbctl.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/userdbctl.md diff --git a/pages/linux/userdbctl.md b/pages/linux/userdbctl.md new file mode 100644 index 000000000..5a909e481 --- /dev/null +++ b/pages/linux/userdbctl.md @@ -0,0 +1,24 @@ +# userdbctl + +> Inspect users, groups and group memberships on the system. +> More information: . + +- 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`