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 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…create a child process NAME fork - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> pid_t fork(void); DESCRIPTION fork () creates a new…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…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…get the secure computing mode NAME PR_GET_SECCOMP - get the secure computing mode LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/prctl.h> /* Definition of PR_* …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…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…ioctl() operations for Linux namespaces NAME ioctl_nsfs - ioctl() operations for Linux namespaces SYNOPSIS #include <linux/nsfs.h> /* Definition of NS_* constants */ #include <sys/…change process priority NAME nice - change process priority LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int nice(int inc ); Feature Test Macro Requiremen…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 , …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 ,…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 …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…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…get/set resource limits NAME getrlimit, setrlimit, prlimit - get/set resource limits LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/resource.h> int getrlimit(int …get/set resource limits NAME getrlimit, setrlimit, prlimit - get/set resource limits LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/resource.h> int getrlimit(int …get/set resource limits NAME getrlimit, setrlimit, prlimit - get/set resource limits LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/resource.h> int getrlimit(int …get/set resource limits NAME getrlimit, setrlimit, prlimit - get/set resource limits LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/resource.h> int getrlimit(int …