| Member Name | Description |
|---|---|
| SetGroupId | When the file is executed (either as a new process or via Mono.Unix.Native.Syscall.exec), set the effective group-id of the process (UnixEnvironment.EffectiveGroupId) to the owner group of the file (UnixFileSystemInfo.OwnerGroupId). |
| SetUserId | When the file is executed (either as a new process or via Mono.Unix.Native.Syscall.exec), set the effective user-id of the process (UnixEnvironment.EffectiveUserId) to the owner of the file (UnixFileSystemInfo.OwnerUserId). |
| Sticky |
Sticky bit. If set on a file, this is currently meaningless, but in years past it requested that the operating system keep the program's code in memory, thus speeding up further program invocations. This is no longer necessary with virtual memory. If set on a directory, a file in the directory can be removed or renamed only if the user has write permission for the directory, and either:
|