Query: setregid
OS: osf1
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
setregid(2) System Calls Manual setregid(2)NAMEsetregid - Sets the real and effective group IDSYNOPSIS#include <unistd.h> setregid( gid_t rgid, gid_t egid );STANDARDSInterfaces documented on this reference page conform to industry standards as follows: setregid(): XPG4-UNIX Refer to the standards(5) reference page for more information about industry standards and associated tags.PARAMETERSSpecifies the new real group ID. Specifies the new effective group ID.DESCRIPTIONThe setregid() function sets the real group ID of the current process to the value specified by the rgid parameter, and sets the effective group ID to the value specified by the egid parameter. If the value of rgid is -1, the real group ID is not changed; if the value of egid is -1, the effective group ID is not changed. The real and effective group IDs may be set to different values in the same call. Unprivileged users may change the effective group ID to the real group ID; only the superuser may make other changes. Any supplementary group IDs of the calling process remain unchanged.RETURN VALUESUpon successful completion, a value of 0 (zero) is returned. Otherwise, a value of -1 is returned and errno is set to indicate the error.ERRORSThe setregid() function sets errno to the specified values for the following conditions: The value of the rgid egid parameter is invalid or out of range. The current process does not have superuser privilege and a change other than changing the effective group ID to the real group ID was specified.RELATED INFORMATIONFunctions: getgid(2), setgid(2), setrgid(3), setreuid(2) Standards: standards(5) delim off setregid(2)
Related Man Pages |
---|
setregid(3) - linux |
setregid(2) - hpux |
setregid(3p) - suse |
setregid(3p) - opendarwin |
setregid(3p) - plan9 |
Similar Topics in the Unix Linux Community |
---|
EPTS4: time for CEP Standards? |
Help needed in extracting text present between two headers in .txt file |
changing career towards industry |