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 […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.…get directory entries NAME getdents, getdents64 - get directory entries LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* constants…get directory entries NAME getdents, getdents64 - get directory entries LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* constants…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…read directory entry NAME readdir - read directory entry LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* constants */ #include <u…manipulate disk quotas NAME quotactl - manipulate disk quotas LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/quota.h> #include <xfs/xqm.h> /* Definition of Q_X* a…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 …create a POSIX per-process timer NAME timer_create - create a POSIX per-process timer LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <signal.h> /* Definition of SIGEV…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…close all file descriptors in a given range NAME close_range - close all file descriptors in a given range LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /*…wait for some event on a file descriptor NAME poll, ppoll - wait for some event on a file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <poll.h> int poll(s…wait for some event on a file descriptor NAME poll, ppoll - wait for some event on a file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <poll.h> int poll(s…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…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…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…