--- rpl/LIMITATIONS 2020/11/04 14:16:50 1.207 +++ rpl/LIMITATIONS 2020/11/04 21:56:56 1.208 @@ -10,6 +10,17 @@ RECORD => |[ <[ 'index' 'valeur' ]> <[ 2 Rajouter dans les pages d'aide RUNAS +int setreuid(uid_t ruid, uid_t euid); +int setregid(gid_t rgid, gid_t egid); +DESCRIPTION + getuid returns the real user ID of the current process. + + geteuid returns the effective user ID of the current process. + + The real ID corresponds to the ID of the calling process. The effective + ID corresponds to the set ID bit on the file being executed. + + (/ /) -> polynĂ´me