list_users
List all system users on a server, separating regular and system accounts with home directory and shell details.
Instructions
List all system users. Returns both regular users (UID >= 1000) and system users separately, with details like home directory and shell.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | No | Server alias (e.g., 'pi1', 'web-server'). Uses default server if not specified. |