list extended attribute names NAME listxattr, llistxattr, flistxattr - list extended attribute names LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/xattr.h> ssize…list extended attribute names NAME listxattr, llistxattr, flistxattr - list extended attribute names LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/xattr.h> ssize…list extended attribute names NAME listxattr, llistxattr, flistxattr - list extended attribute names LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/xattr.h> ssize…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…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…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…set user identity NAME setuid - set user identity LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int setuid(uid_t uid ); DESCRIPTION setuid () sets the effe…set user identity NAME setuid - set user identity LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int setuid(uid_t uid ); DESCRIPTION setuid () sets the effe…set group identity NAME setgid - set group identity LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int setgid(gid_t gid ); DESCRIPTION setgid () sets the ef…set group identity NAME setgid - set group identity LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int setgid(gid_t gid ); DESCRIPTION setgid () sets the ef…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 );…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 );…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…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.…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…ioctl() operations for Linux namespaces NAME ioctl_nsfs - ioctl() operations for Linux namespaces SYNOPSIS #include <linux/nsfs.h> /* Definition of NS_* constants */ #include <sys/…set an extended attribute value NAME setxattr, lsetxattr, fsetxattr - set an extended attribute value LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/xattr.h> int …