pseudoterminal interfaces NAME pty - pseudoterminal interfaces DESCRIPTION A pseudoterminal (sometimes abbreviated "pty") is a pair of virtual character devices that provide a bidi…...rned process file descriptor is no different from one which could be obtained manually if pidfd_open (2) were to be called on fanotify_event_metadata.pid . In the instance that …POSIX asynchronous I/O overview NAME aio - POSIX asynchronous I/O overview DESCRIPTION The POSIX asynchronous I/O (AIO) interface allows applications to initiate one or more I/O op…POSIX threads NAME pthreads - POSIX threads DESCRIPTION POSIX.1 specifies a set of interfaces (functions, header files) for threaded programming commonly known as POSIX threads, or…first-in first-out special file, named pipe NAME fifo - first-in first-out special file, named pipe DESCRIPTION A FIFO special file (a named pipe) is similar to a pipe, except that…List all manpages from the systemd project NAME systemd.index - List all manpages from the systemd project 3 30-systemd-environment-d-generator (8) — Load variables specified by en…semantic markup language for formatting manual pages NAME mdoc — semantic markup language for formatting manual pages DESCRIPTION The mdoc language supports authoring of manual pag…overview of pipes and FIFOs NAME pipe - overview of pipes and FIFOs DESCRIPTION Pipes and FIFOs (also known as named pipes) provide a unidirectional interprocess communication chan…overview of POSIX semaphores NAME sem_overview - overview of POSIX semaphores DESCRIPTION POSIX semaphores allow processes and threads to synchronize their actions. A semaphore is …how a pathname is resolved to a file NAME path_resolution - how a pathname is resolved to a file DESCRIPTION Some UNIX/Linux system calls have as parameter one or more filenames. A…unprivileged access-control NAME Landlock - unprivileged access-control DESCRIPTION Landlock is an access-control system that enables any processes to securely restrict themselves …symbolic link handling NAME symlink - symbolic link handling DESCRIPTION Symbolic links are files that act as pointers to other files. To understand their behavior, you must first …overview of system data types NAME system_data_types - overview of system data types DESCRIPTION siginfo_t Include : <signal.h> . Alternatively, <sys/wait.h> . typedef struct { int…overview of signals NAME signal - overview of signals DESCRIPTION Linux supports both POSIX reliable signals (hereinafter "standard signals") and POSIX real-time signals. Signal di…C and UNIX Standards NAME standards - C and UNIX Standards DESCRIPTION The STANDARDS section that appears in many manual pages identifies various standards to which the documented …SPU filesystem NAME spufs - SPU filesystem DESCRIPTION The SPU filesystem is used on PowerPC machines that implement the Cell Broadband Engine Architecture in order to access Syner…roff language reference for mandoc NAME roff — roff language reference for mandoc DESCRIPTION The roff language is a general purpose text formatting language. Since traditional imp…overview of Linux user namespaces NAME user_namespaces - overview of Linux user namespaces DESCRIPTION For an overview of namespaces, see namespaces (7). User namespaces isolate se…monitoring filesystem events NAME inotify - monitoring filesystem events DESCRIPTION The inotify API provides a mechanism for monitoring filesystem events. Inotify can be used to m…overview of POSIX message queues NAME mq_overview - overview of POSIX message queues DESCRIPTION POSIX message queues allow processes to exchange data in the form of messages. This…