file_chmod
Change file or directory permissions by setting an octal mode like 755 or 644 for a specified path.
Instructions
Change permissions mode for a file or directory path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | Permissions octal string (e.g. '755', '644'). | |
| path | Yes | Target file or directory path. |