SetPermission
Set permission of a path.
Input
| Name | Type | Required | Description |
| Path | String | False | The path whose permissions will be changed |
| Permission | String | True | Unix permissions in an octal (base-8) notation. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Whether the operation completed successfully or not. |