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…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…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…Seccomp user-space notification mechanism NAME seccomp_unotify - Seccomp user-space notification mechanism LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/seccom…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…read and/or clear kernel message ring buffer; set console_loglevel NAME syslog, klogctl - read and/or clear kernel message ring buffer; set console_loglevel LIBRARY Standard C libr…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…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 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_* …process trace NAME ptrace - process trace LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/ptrace.h> long ptrace(enum __ptrace_request op , pid_t pid , void * addr …load a kernel module NAME init_module, finit_module - load a kernel module LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/module.h> /* Definition of MODULE_* co…load a kernel module NAME init_module, finit_module - load a kernel module LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/module.h> /* Definition of MODULE_* co…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…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]…map or unmap files or devices into memory NAME mmap, munmap - map or unmap files or devices into memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> voi…map or unmap files or devices into memory NAME mmap, munmap - map or unmap files or devices into memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> voi…ioctl() operations for Linux namespaces NAME ioctl_nsfs - ioctl() operations for Linux namespaces SYNOPSIS #include <linux/nsfs.h> /* Definition of NS_* constants */ #include <sys/…