...roup namespaces as the calling process. For further information on cgroup namespaces, see cgroup_namespaces (7). Only a privileged process ( CAP_SYS_ADMIN ) can employ CLONE_NEW…...roup namespaces as the calling process. For further information on cgroup namespaces, see cgroup_namespaces (7). Only a privileged process ( CAP_SYS_ADMIN ) can employ CLONE_NEW…...roup namespaces as the calling process. For further information on cgroup namespaces, see cgroup_namespaces (7). Only a privileged process ( CAP_SYS_ADMIN ) can employ CLONE_NEW…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…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…set up performance monitoring NAME perf_event_open - set up performance monitoring LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/perf_event.h> /* Definition of…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…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…get filesystem statistics NAME statfs, fstatfs - get filesystem statistics LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/vfs.h> /* or <sys/statfs.h> */ int statf…get filesystem statistics NAME statfs, fstatfs - get filesystem statistics LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/vfs.h> /* or <sys/statfs.h> */ int statf…get filesystem statistics NAME statfs, fstatfs - get filesystem statistics LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/vfs.h> /* or <sys/statfs.h> */ int statf…get filesystem statistics NAME statfs, fstatfs - get filesystem statistics LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/vfs.h> /* or <sys/statfs.h> */ int statf…ioctl() operations for Linux namespaces NAME ioctl_nsfs - ioctl() operations for Linux namespaces SYNOPSIS #include <linux/nsfs.h> /* Definition of NS_* constants */ #include <sys/…perform a command on an extended BPF map or program NAME bpf - perform a command on an extended BPF map or program SYNOPSIS #include <linux/bpf.h> int bpf(int cmd , union bpf_attr …get/set NIS domain name NAME getdomainname, setdomainname - get/set NIS domain name LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int getdomainname(char * …get/set NIS domain name NAME getdomainname, setdomainname - get/set NIS domain name LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int getdomainname(char * …reboot or enable/disable Ctrl-Alt-Del NAME reboot - reboot or enable/disable Ctrl-Alt-Del LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Since Linux 2.1.30 there are symboli…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…get/set hostname NAME gethostname, sethostname - get/set hostname LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int gethostname(char * name , size_t len );…