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