19 lines
505 B
Markdown
19 lines
505 B
Markdown
---
|
|
obj: application
|
|
---
|
|
|
|
# userdbctl
|
|
|
|
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
|
|
```
|