---
title: saveText
framework: system
role: symbol
role_heading: Type Property
path: system/filepermissions/savetext
---

# saveText

Indicates that executable’s text segment should be kept in swap space even after it exits.

## Declaration

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

## Discussion

Discussion For more information, see the chmod(2) man page’s discussion of S_ISVTX (the sticky bit).

## See Also

### Special Permissions

- [setUserID](system/filepermissions/setuserid.md)
- [setGroupID](system/filepermissions/setgroupid.md)
