set and get a thread's CPU affinity mask NAME sched_setaffinity, sched_getaffinity - set and get a thread's CPU affinity mask LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #de…set and get a thread's CPU affinity mask NAME sched_setaffinity, sched_getaffinity - set and get a thread's CPU affinity mask LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #de…execute an SPU context NAME spu_run - execute an SPU context LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/spu.h> /* Definition of SPU_* constants */ #include <s…set user identity NAME setuid - set user identity LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int setuid(uid_t uid ); DESCRIPTION setuid () sets the effe…set user identity NAME setuid - set user identity LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int setuid(uid_t uid ); DESCRIPTION setuid () sets the effe…set real, effective, and saved user or group ID NAME setresuid, setresgid - set real, effective, and saved user or group ID LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #defi…set real, effective, and saved user or group ID NAME setresuid, setresgid - set real, effective, and saved user or group ID LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #defi…set real, effective, and saved user or group ID NAME setresuid, setresgid - set real, effective, and saved user or group ID LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #defi…set real, effective, and saved user or group ID NAME setresuid, setresgid - set real, effective, and saved user or group ID LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #defi…set real and/or effective user or group ID NAME setreuid, setregid - set real and/or effective user or group ID LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.…set real and/or effective user or group ID NAME setreuid, setregid - set real and/or effective user or group ID LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.…set real and/or effective user or group ID NAME setreuid, setregid - set real and/or effective user or group ID LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.…set real and/or effective user or group ID NAME setreuid, setregid - set real and/or effective user or group ID LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.…create a child process NAME fork - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> pid_t fork(void); DESCRIPTION fork () creates a new…execute program NAME execve - execute program LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int execve(const char * pathname , char *const _Nullable argv […create a new spu context NAME spu_create - create a new spu context LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/spu.h> /* Definition of SPU_* constants */ #inc…set group identity NAME setgid - set group identity LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int setgid(gid_t gid ); DESCRIPTION setgid () sets the ef…set group identity NAME setgid - set group identity LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int setgid(gid_t gid ); DESCRIPTION setgid () sets the ef…get/set list of supplementary group IDs NAME getgroups, setgroups - get/set list of supplementary group IDs LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> i…get/set list of supplementary group IDs NAME getgroups, setgroups - get/set list of supplementary group IDs LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> i…