---
title: otherReadWrite
framework: system
role: symbol
role_heading: Type Property
path: system/filepermissions/otherreadwrite
---

# otherReadWrite

Indicates that other users have read-write permission.

## Declaration

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

## See Also

### Other Permissions

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