Contents

saveText

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

Declaration

static var saveText: FilePermissions { get }

Discussion

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

See Also

Special Permissions