update systemd

This commit is contained in:
JMARyA 2025-06-26 08:17:03 +02:00
parent 927a163c7f
commit 38e61193f5
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
19 changed files with 511 additions and 32 deletions

View file

@ -3,4 +3,17 @@ obj: application
---
# userdbctl
#wip
Show user and group information.
Usage: `userdbctl [OPTIONS...] COMMAND ...`
Commands:
```
user [USER…] Inspect user
group [GROUP…] Inspect group
users-in-group [GROUP…] Show users that are members of specified groups
groups-of-user [USER…] Show groups the specified users are members of
services Show enabled database services
ssh-authorized-keys USER Show SSH authorized keys for user
```