Method System.setegid()
- Method setegid
int
setegid(int
egid
)- Description
Set the effective group ID to
egid
. Ifegid
is-1
the uid for "nobody" will be used.- Returns
Returns the current errno.
- Throws
Throws an error if there is no "nobody" user when
egid
is-1
.- Note
This function isn't available on all platforms.