it.execute_admin_command
Execute shell commands with optional sudo elevation for system maintenance and troubleshooting.
Instructions
Run administrative system commands for maintenance and troubleshooting. Supports shell commands with optional sudo elevation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Shell command to execute | |
| sudo | No | Run with elevated privileges | |
| timeout | No | Timeout in seconds (default: 10) |