overview of Linux cgroup namespaces NAME cgroup_namespaces - overview of Linux cgroup namespaces DESCRIPTION For an overview of namespaces, see namespaces (7). Cgroup namespaces vi…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…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 Linux capabilities NAME capabilities - overview of Linux capabilities DESCRIPTION For the purpose of performing permission checks, traditional UNIX implementations dist…overview of Linux IPC namespaces NAME ipc_namespaces - overview of Linux IPC namespaces DESCRIPTION IPC namespaces isolate certain IPC resources, namely, System V IPC objects (see …overview of Linux network namespaces NAME network_namespaces - overview of Linux network namespaces DESCRIPTION Network namespaces provide isolation of the system resources associa…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…sockets for local interprocess communication NAME unix - sockets for local interprocess communication SYNOPSIS #include <sys/socket.h> #include <sys/un.h> unix_socket = socket(AF_U…Network device naming schemes NAME systemd.net-naming-scheme - Network device naming schemes DESCRIPTION Network interfaces names and MAC addresses may be generated based on certai…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…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…User Datagram Protocol for IPv4 NAME udp - User Datagram Protocol for IPv4 SYNOPSIS #include <sys/socket.h> #include <netinet/in.h> #include <netinet/udp.h> udp_socket = socket(AF_…implementations of linked lists and queues NAME queue - implementations of linked lists and queues DESCRIPTION The <sys/queue.h> header file provides a set of macros that define an…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…Linux control groups NAME cgroups - Linux control groups DESCRIPTION Control groups, usually referred to as cgroups, are a Linux kernel feature which allow processes to be organize…pseudoterminal interfaces NAME pty - pseudoterminal interfaces DESCRIPTION A pseudoterminal (sometimes abbreviated "pty") is a pair of virtual character devices that provide a bidi…TCP protocol NAME tcp - TCP protocol SYNOPSIS #include <sys/socket.h> #include <netinet/in.h> #include <netinet/tcp.h> tcp_socket = socket(AF_INET, SOCK_STREAM, 0); DESCRIPTION Thi…Linux AppleTalk protocol implementation NAME ddp - Linux AppleTalk protocol implementation SYNOPSIS #include <sys/socket.h> #include <netatalk/at.h> ddp_socket = socket(AF_APPLETAL…Linux socket interface NAME socket - Linux socket interface SYNOPSIS #include <sys/socket.h> sockfd = socket(int socket_family , int socket_type , int protocol ); DESCRIPTION This …SMBIOS Type 11 strings NAME smbios-type-11 - SMBIOS Type 11 strings SYNOPSIS /sys/firmware/dmi/entries/11-*/raw DESCRIPTION Various OS components process SMBIOS Type 11 vendor stri…