execute program NAME execve - execute program LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int execve(const char * pathname , char *const _Nullable argv […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…ioctls for console terminal and virtual consoles NAME ioctl_kd - ioctls for console terminal and virtual consoles SYNOPSIS #include <linux/kd.h> /* Definition of op constants */ #i…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.…truncate a file to a specified length NAME truncate, ftruncate - truncate a file to a specified length LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int tr…truncate a file to a specified length NAME truncate, ftruncate - truncate a file to a specified length LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int tr…operations on a process or thread NAME prctl - operations on a process or thread LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/prctl.h> /* Definition of PR_* c…truncate a file to a specified length NAME truncate, ftruncate - truncate a file to a specified length LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int tr…truncate a file to a specified length NAME truncate, ftruncate - truncate a file to a specified length LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int tr…obtain a series of random bytes NAME getrandom - obtain a series of random bytes LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/random.h> ssize_t getrandom(void b…get current working directory NAME getcwd, getwd, get_current_dir_name - get current working directory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> char *…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…manipulate the kernel's key management facility NAME keyctl - manipulate the kernel's key management facility LIBRARY Standard C library ( libc , -lc ) Alternatively, Linux Key Man…open and possibly create a file (extended) NAME openat2 - open and possibly create a file (extended) LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> /* Defini…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 …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 …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…