set the process execution domain NAME personality - set the process execution domain LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/personality.h> int personality…obtain a series of random bytes NAME getrandom - obtain a series of random bytes LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/random.h> ssize_t getrandom(void b…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) */ …create an anonymous RAM-based file to access secret memory regions NAME memfd_secret - create an anonymous RAM-based file to access secret memory regions LIBRARY Standard C library…move individual pages of a process to another node NAME move_pages - move individual pages of a process to another node LIBRARY NUMA (Non-Uniform Memory Access) policy library ( li…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…receive multiple messages on a socket NAME recvmmsg - receive multiple messages on a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_te…control interface for an epoll file descriptor NAME epoll_ctl - control interface for an epoll file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/epol…give advice about use of memory NAME madvise - give advice about use of memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> int madvise(void addr [. len…get filesystem statistics NAME statfs, fstatfs - get filesystem statistics LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/vfs.h> /* or <sys/statfs.h> */ int statf…get filesystem statistics NAME statfs, fstatfs - get filesystem statistics LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/vfs.h> /* or <sys/statfs.h> */ int statf…get filesystem statistics NAME statfs, fstatfs - get filesystem statistics LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/vfs.h> /* or <sys/statfs.h> */ int statf…get filesystem statistics NAME statfs, fstatfs - get filesystem statistics LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/vfs.h> /* or <sys/statfs.h> */ int statf…get file status (extended) NAME statx - get file status (extended) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) */ #include …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…change properties of a mount or mount tree NAME mount_setattr - change properties of a mount or mount tree LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/fcntl.…