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…cancel an outstanding asynchronous I/O operation NAME io_cancel - cancel an outstanding asynchronous I/O operation LIBRARY Standard C library ( libc , -lc ) Alternatively, Asynchro…create an asynchronous I/O context NAME io_setup - create an asynchronous I/O context LIBRARY Standard C library ( libc , -lc ) Alternatively, Asynchronous I/O library ( libaio , -…destroy an asynchronous I/O context NAME io_destroy - destroy an asynchronous I/O context LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/aio_abi.h> /* Definitio…read asynchronous I/O events from the completion queue NAME io_getevents - read asynchronous I/O events from the completion queue LIBRARY Standard C library ( libc , -lc ) Alternat…submit asynchronous I/O blocks for processing NAME io_submit - submit asynchronous I/O blocks for processing LIBRARY Standard C library ( libc , -lc ) Alternatively, Asynchronous I…ioctl() operations for epoll file descriptors NAME ioctl_eventpoll, EPIOCSPARAMS, EPIOCGPARAMS - ioctl() operations for epoll file descriptors LIBRARY Standard C library ( libc , -…create a file descriptor for handling page faults in user space NAME ioctl_userfaultfd - create a file descriptor for handling page faults in user space LIBRARY Standard C library …obtain handle for a pathname and open file via a handle NAME name_to_handle_at, open_by_handle_at - obtain handle for a pathname and open file via a handle LIBRARY Standard C libra…obtain handle for a pathname and open file via a handle NAME name_to_handle_at, open_by_handle_at - obtain handle for a pathname and open file via a handle LIBRARY Standard C libra…add, remove, or modify an fanotify mark on a filesystem object NAME fanotify_mark - add, remove, or modify an fanotify mark on a filesystem object LIBRARY Standard C library ( libc…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 […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 * …get filesystem statistics NAME ustat - get filesystem statistics LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include <unistd.h> /* libc[45] */ #inclu…wait for signal NAME pause - wait for signal LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int pause(void); DESCRIPTION pause () causes the calling process…exit all threads in a process NAME exit_group - exit all threads in a process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* con…setup devices and filesystems, mount root filesystem NAME setup - setup devices and filesystems, mount root filesystem LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <…virtually hangup the current terminal NAME vhangup - virtually hangup the current terminal LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int vhangup(void);…