System V interprocess communication mechanisms NAME sysvipc - System V interprocess communication mechanisms DESCRIPTION System V IPC is the name given to three interprocess commun…System V interprocess communication mechanisms NAME sysvipc - System V interprocess communication mechanisms DESCRIPTION System V IPC is the name given to three interprocess commun…pseudoterminal interfaces NAME pty - pseudoterminal interfaces DESCRIPTION A pseudoterminal (sometimes abbreviated "pty") is a pair of virtual character devices that provide a bidi…description of multilanguage support NAME locale - description of multilanguage support SYNOPSIS #include <locale.h> DESCRIPTION A locale is a set of language and cultural rules. T…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…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 …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…define a new access method NAME CREATE_ACCESS_METHOD - define a new access method SYNOPSIS CREATE ACCESS METHOD name TYPE access_method_type HANDLER handler_function DESCRIPTION CR…Linux IPv6 protocol implementation NAME ipv6 - Linux IPv6 protocol implementation SYNOPSIS #include <sys/socket.h> #include <netinet/in.h> tcp6_socket = socket(AF_INET6, SOCK_STREA…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…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…Lightweight User Datagram Protocol NAME udplite - Lightweight User Datagram Protocol SYNOPSIS #include <sys/socket.h> sockfd = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDPLITE); DESCRIP…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…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 semaphores NAME sem_overview - overview of POSIX semaphores DESCRIPTION POSIX semaphores allow processes and threads to synchronize their actions. A semaphore is …copying strings and character sequences NAME stpcpy, strcpy, strcat, stpecpy, strtcpy, strlcpy, strlcat, stpncpy, strncpy, strncat - copying strings and character sequences SYNOPSI…monitoring filesystem events NAME fanotify - monitoring filesystem events DESCRIPTION The fanotify API provides notification and interception of filesystem events. Use cases includ…communication between kernel and user space (AF_NETLINK) NAME netlink - communication between kernel and user space (AF_NETLINK) SYNOPSIS #include <asm/types.h> #include <sys/socke…conventions for writing Linux man pages NAME man-pages - conventions for writing Linux man pages SYNOPSIS man [ section ] title DESCRIPTION This page describes the conventions that…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…