ssh_dir_mkdir
Create directories on remote servers via SSH, with optional sudo privilege escalation and configurable permissions.
Instructions
Create a directory on the remote system.
Returns: Dictionary with operation status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory path to create | |
| use_sudo | No | Use sudo for the operation | |
| mode | No | Directory permissions (octal) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||