---
title: otherExecute
framework: system
role: symbol
role_heading: Type Property
path: system/filepermissions/otherexecute
---

# otherExecute

Indicates that other users have execute-only permission.

## Declaration

```swift
static var otherExecute: FilePermissions { get }
```

## See Also

### Other Permissions

- [otherRead](system/filepermissions/otherread.md)
- [otherWrite](system/filepermissions/otherwrite.md)
- [otherReadWrite](system/filepermissions/otherreadwrite.md)
- [otherReadExecute](system/filepermissions/otherreadexecute.md)
- [otherWriteExecute](system/filepermissions/otherwriteexecute.md)
- [otherReadWriteExecute](system/filepermissions/otherreadwriteexecute.md)
