Seccomp user-space notification mechanism NAME seccomp_unotify - Seccomp user-space notification mechanism LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/seccom…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…obtain a duplicate of another process's file descriptor NAME pidfd_getfd - obtain a duplicate of another process's file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSI…make a new name for a file NAME symlink, symlinkat - make a new name for a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int symlink(const char * targ…make a new name for a file NAME symlink, symlinkat - make a new name for a file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int symlink(const char * targ…reassociate thread with a namespace NAME setns - reassociate thread with a namespace LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macr…send signal to a process NAME kill - send signal to a process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> int kill(pid_t pid , int sig ); Feature Test Ma…read value of a symbolic link NAME readlink, readlinkat - read value of a symbolic link LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> ssize_t readlink(cons…read value of a symbolic link NAME readlink, readlinkat - read value of a symbolic link LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> ssize_t readlink(cons…unmount filesystem NAME umount, umount2 - unmount filesystem LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mount.h> int umount(const char * target ); int umount2…unmount filesystem NAME umount, umount2 - unmount filesystem LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mount.h> int umount(const char * target ); int umount2…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…Copy a range of data from one file to another NAME copy_file_range - Copy a range of data from one file to another LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_S…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…set and get scheduling policy/parameters NAME sched_setscheduler, sched_getscheduler - set and get scheduling policy/parameters LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #…set and get scheduling policy/parameters NAME sched_setscheduler, sched_getscheduler - set and get scheduling policy/parameters LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #…compare two processes to determine if they share a kernel resource NAME kcmp - compare two processes to determine if they share a kernel resource LIBRARY Standard C library ( libc …issue memory barriers on a set of threads NAME membarrier - issue memory barriers on a set of threads LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/membarrier.…