aboutsummaryrefslogtreecommitdiffstats
path: root/man7/inode.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/inode.7')
-rw-r--r--man7/inode.75
1 files changed, 4 insertions, 1 deletions
diff --git a/man7/inode.7 b/man7/inode.7
index 204a7ec95c..a488a41470 100644
--- a/man7/inode.7
+++ b/man7/inode.7
@@ -367,7 +367,7 @@ field:
.in +4n
.TS
lB l l.
-S_ISUID 04000 set-user-ID bit
+S_ISUID 04000 set-user-ID bit (see \fBexecve\fP(2))
S_ISGID 02000 set-group-ID bit (see below)
S_ISVTX 01000 sticky bit (see below)
@@ -399,6 +399,9 @@ the directory, not from the effective group ID of the creating process,
and directories created there will also get the
.B S_ISGID
bit set.
+For an executable file, the set-group-ID bit causes the effective group ID
+of a process that executes the file to change as described in
+.BR execve (2).
For a file that does not have the group execution bit
.RB ( S_IXGRP )
set,