Displays user account information.
info_providerxfetch-plugin-user-infoid, getent, groups, whoami{
"info_plugins": [{
"plugin": "user-info",
"args": { "show_groups": true }
}],
"modules": ["plugin:user-info"]
}
| Field | Required | Default | Description |
|---|---|---|---|
show_groups | No | false | Show group memberships (max 10) |
| # | Line |
|---|---|
| 1 | Full Name (username) |
| 2 | uid: N gid: N |
| 3 | /home/user |
| 4 | shell |
| 5 (if groups) | groups: wheel, users, docker |