predeclare an access pattern for file data NAME posix_fadvise - predeclare an access pattern for file data LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> int…predeclare an access pattern for file data NAME posix_fadvise - predeclare an access pattern for file data LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> int…predeclare an access pattern for file data NAME posix_fadvise - predeclare an access pattern for file data LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> int…predeclare an access pattern for file data NAME posix_fadvise - predeclare an access pattern for file data LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> int…predeclare an access pattern for file data NAME posix_fadvise - predeclare an access pattern for file data LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> int…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…process trace NAME ptrace - process trace LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/ptrace.h> long ptrace(enum __ptrace_request op , pid_t pid , void * addr …operations on a process or thread NAME prctl - operations on a process or thread LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/prctl.h> /* Definition of PR_* c…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…remap a virtual memory address NAME mremap - remap a virtual memory address LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) */ …set memory policy for a memory range NAME mbind - set memory policy for a memory range LIBRARY NUMA (Non-Uniform Memory Access) policy library ( libnuma , -lnuma ) SYNOPSIS #includ…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…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…mount filesystem NAME mount - mount filesystem LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mount.h> int mount(const char * source , const char * target , const…perform a command on an extended BPF map or program NAME bpf - perform a command on an extended BPF map or program SYNOPSIS #include <linux/bpf.h> int bpf(int cmd , union bpf_attr …open and possibly create a file NAME open, openat, creat - open and possibly create a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> int open(const char…