update systemd
This commit is contained in:
parent
927a163c7f
commit
38e61193f5
19 changed files with 511 additions and 32 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue