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…send a signal to a process specified by a file descriptor NAME pidfd_send_signal - send a signal to a process specified by a file descriptor LIBRARY Standard C library ( libc , -lc…set/get capabilities of thread(s) NAME capget, capset - set/get capabilities of thread(s) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/capability.h> /* Defini…set/get capabilities of thread(s) NAME capget, capset - set/get capabilities of thread(s) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/capability.h> /* Defini…change the root mount NAME pivot_root - change the root mount LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* constants */ #inclu…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.…disassociate parts of the process execution context NAME unshare - disassociate parts of the process execution context LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _G…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…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 …get thread identification NAME gettid - get thread identification LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE #include <unistd.h> pid_t gettid(void); DES…set pointer to thread ID NAME set_tid_address - set pointer to thread ID LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* constant…get process identification NAME getpid, getppid - get process identification LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> pid_t getpid(void); pid_t getppi…get process identification NAME getpid, getppid - get process identification LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> pid_t getpid(void); pid_t getppi…send a signal to a thread NAME tkill, tgkill - send a signal to a thread LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> /* Definition of SIG* constants */ #…send a signal to a thread NAME tkill, tgkill - send a signal to a thread LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> /* Definition of SIG* constants */ #…obtain a file descriptor that refers to a process NAME pidfd_open - obtain a file descriptor that refers to a process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <s…wait for process to change state NAME wait, waitpid, waitid - wait for process to change state LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/wait.h> pid_t wait(i…wait for process to change state NAME wait, waitpid, waitid - wait for process to change state LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/wait.h> pid_t wait(i…