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 …System V shared memory control NAME shmctl - System V shared memory control LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/shm.h> int shmctl(int shmid , int op , …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…System V shared memory operations NAME shmat, shmdt - System V shared memory operations LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/shm.h> void *shmat(int shmi…System V shared memory operations NAME shmat, shmdt - System V shared memory operations LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/shm.h> void *shmat(int shmi…System V shared memory operations NAME shmat, shmdt - System V shared memory operations LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/shm.h> void *shmat(int shmi…allocates a System V shared memory segment NAME shmget - allocates a System V shared memory segment LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/shm.h> int shmg…query the kernel for various bits pertaining to modules NAME query_module - query the kernel for various bits pertaining to modules SYNOPSIS #include <linux/module.h> [[deprecated]…execute program relative to a directory file descriptor NAME execveat - execute program relative to a directory file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #…truncate a file to a specified length NAME truncate, ftruncate - truncate a file to a specified length LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int tr…truncate a file to a specified length NAME truncate, ftruncate - truncate a file to a specified length LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int tr…truncate a file to a specified length NAME truncate, ftruncate - truncate a file to a specified length LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int tr…truncate a file to a specified length NAME truncate, ftruncate - truncate a file to a specified length LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int tr…manipulate disk quotas NAME quotactl - manipulate disk quotas LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/quota.h> #include <xfs/xqm.h> /* Definition of Q_X* a…create an anonymous file NAME memfd_create - create an anonymous file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) */ #inclu…create an endpoint for communication NAME socket - create an endpoint for communication LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int socket(int do…create a file descriptor for event notification NAME eventfd - create a file descriptor for event notification LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/even…create a file descriptor for event notification NAME eventfd - create a file descriptor for event notification LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/even…timers that notify via file descriptors NAME timerfd_create, timerfd_settime, timerfd_gettime - timers that notify via file descriptors LIBRARY Standard C library ( libc , -lc ) SY…timers that notify via file descriptors NAME timerfd_create, timerfd_settime, timerfd_gettime - timers that notify via file descriptors LIBRARY Standard C library ( libc , -lc ) SY…