[][src]Function linux::syscall::setresgid

pub fn setresgid(rgid: gid_t, egid: gid_t, sgid: gid_t) -> c_int

Sets the real, effective, and saved group ids of this process.

[argument, ruid] The real user id.

[argument, ruid] The effective user id.

[argument, ruid] The saved user id.

[return_value] Returns success or an error value.

= See also

  • link:man:setresgid(2)