Query: setresgid
OS: hpux
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
setresuid(2) System Calls Manual setresuid(2)NAMEsetresuid, setresgid - set real, effective, and saved user and group IDsSYNOPSISDESCRIPTIONsets the real, effective and/or saved user ID of the calling process. If the current real, effective or saved user ID is equal to that of a user having appropriate privileges, sets the real, effective and saved user IDs to ruid, euid, and suid, respectively. Otherwise, only sets the real, effective, and saved user IDs if ruid, euid, and suid each match at least one of the current real, effective, or saved user IDs. If ruid, euid, or suid is leaves the current real, effective or saved user ID unchanged. sets the real, effective and/or saved group ID of the calling process. If the current real, effective or saved user ID is equal to that of a user having appropriate privileges, sets the real, effective, and saved group ID to rgid, egid, and sgid, respectively. Otherwise, only sets the real, effective and saved group ID if rgid, egid, and sgid each match at least one of the current real, effective or saved group ID. If rgid, egid, or sgid is leaves the current real, effective or saved group ID unchanged. Security Restrictions Some or all of the actions associated with this system call require the privilege (CHSUBJIDENT). Processes owned by the superuser will have this privilege. Processes owned by other users may have this privilege, depending on system configuration. See privileges(5) for more information about privileged access on systems that support fine-grained privileges.RETURN VALUEUpon successful completion, and return 0; otherwise, they return -1 and set to indicate the error.ERRORSand fail if any of the following conditions are encountered: ruid, euid, or suid (rgid, egid, or sgid) is not a valid user (group) ID. None of the conditions above are met.AUTHORand were developed by HP.SEE ALSOexec(2), getuid(2), setuid(2), privileges(5). setresuid(2)
Related Man Pages |
---|
setreuid(2) - opensolaris |
setresgid32(2) - linux |
setresuid32(2) - suse |
setregid(2) - hpux |
setregid(2) - sunos |
Similar Topics in the Unix Linux Community |
---|
what is suid ? |
userid |
Bayesian IDS |
Cut from inside a saved variable |
Create New User with the same group nd privileges of the other user |