---
title: otherWriteExecute
framework: system
role: symbol
role_heading: Type Property
path: system/filepermissions/otherwriteexecute
---

# otherWriteExecute

Indicates that other users have write-execute permission.

## Declaration

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

## See Also

### Other Permissions

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