socket address families (domains) NAME address_families - socket address families (domains) SYNOPSIS #include <sys/types.h> /* See NOTES */ #include <sys/socket.h> int socket(int d…auditing API for the dynamic linker NAME rtld-audit - auditing API for the dynamic linker SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) */ #include <link.h> DESCRIPTIO…Hierarchical Fair Service Curve NAME tc-hfcs - Hierarchical Fair Service Curve HISTORY & INTRODUCTION HFSC (Hierarchical Fair Service Curve) is a network packet scheduling algorith…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 …in-kernel key management and retention facility NAME keyrings - in-kernel key management and retention facility DESCRIPTION The Linux key-management facility is primarily a way for…per-user persistent keyring NAME persistent-keyring - per-user persistent keyring DESCRIPTION The persistent keyring is a keyring used to anchor keys on behalf of a user. Each UID …unprivileged access-control NAME Landlock - unprivileged access-control DESCRIPTION Landlock is an access-control system that enables any processes to securely restrict themselves …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…overview of POSIX shared memory NAME shm_overview - overview of POSIX shared memory DESCRIPTION The POSIX shared memory API allows processes to communicate information by sharing a…file inode information NAME inode - file inode information DESCRIPTION Each file has an inode containing metadata about the file. An application can retrieve this metadata using st…System bootup process based on UNIX System V Release 4 NAME boot - System bootup process based on UNIX System V Release 4 DESCRIPTION The bootup process (or " boot sequence ") vari…overview of Linux namespaces NAME namespaces - overview of Linux namespaces DESCRIPTION A namespace wraps a global system resource in an abstraction that makes it appear to the pro…per-user keyring NAME user-keyring - per-user keyring DESCRIPTION The user keyring is a keyring used to anchor keys on behalf of a user. Each UID the kernel deals with has its own …Index of configuration directives NAME systemd.directives - Index of configuration directives UNIT DIRECTIVES Directives for configuring units, used in unit files. Accept= systemd.…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 …description of the filesystem hierarchy NAME hier - description of the filesystem hierarchy DESCRIPTION A typical Linux system has, among others, the following directories: / This …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…async-signal-safe functions NAME signal-safety - async-signal-safe functions DESCRIPTION An async-signal-safe function is one that can be safely called from within a signal handler…overview of Linux time namespaces NAME time_namespaces - overview of Linux time namespaces DESCRIPTION Time namespaces virtualize the values of two system clocks: • CLOCK_MONOTONIC…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…