obtain handle for a pathname and open file via a handle NAME name_to_handle_at, open_by_handle_at - obtain handle for a pathname and open file via a handle LIBRARY Standard C libra…obtain handle for a pathname and open file via a handle NAME name_to_handle_at, open_by_handle_at - obtain handle for a pathname and open file via a handle LIBRARY Standard C libra…create and initialize fanotify group NAME fanotify_init - create and initialize fanotify group LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> /* Definition o…get static priority range NAME sched_get_priority_max, sched_get_priority_min - get static priority range LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sched.h> int …get static priority range NAME sched_get_priority_max, sched_get_priority_min - get static priority range LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sched.h> int …determine CPU and NUMA node on which the calling thread is running NAME getcpu - determine CPU and NUMA node on which the calling thread is running LIBRARY Standard C library ( lib…get name and information about current kernel NAME uname - get name and information about current kernel LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/utsname.h>…get name and information about current kernel NAME uname - get name and information about current kernel LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/utsname.h>…get name and information about current kernel NAME uname - get name and information about current kernel LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/utsname.h>…get filesystem type information NAME sysfs - get filesystem type information SYNOPSIS [[deprecated]] int sysfs(int option , const char * fsname ); [[deprecated]] int sysfs(int opti…System V semaphore control operations NAME semctl - System V semaphore control operations LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/sem.h> int semctl(int sem…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 , …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]…System V message control operations NAME msgctl - System V message control operations LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/msg.h> int msgctl(int msqid ,…get a System V semaphore set identifier NAME semget - get a System V semaphore set identifier LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/sem.h> int semget(key…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 #…get the SCHED_RR interval for the named process NAME sched_rr_get_interval - get the SCHED_RR interval for the named process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #inc…unload a kernel module NAME delete_module - unload a kernel module LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> /* Definition of O_* constants */ #include …operate on Secure Computing state of the process NAME seccomp - operate on Secure Computing state of the process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/…