---
title: otherRead
framework: system
role: symbol
role_heading: Type Property
path: system/filepermissions/otherread
---

# otherRead

Indicates that other users have read-only permission.

## Declaration

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

## See Also

### Other Permissions

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