introduction to boot time parameters of the Linux kernel NAME bootparam - introduction to boot time parameters of the Linux kernel DESCRIPTION The Linux kernel accepts certain 'com…systemd unit generators NAME systemd.generator - systemd unit generators SYNOPSIS /path/to/generator normal-dir [ early-dir ] [ late-dir ] /run/systemd/system-generators/* /etc/sys…monitoring filesystem events NAME fanotify - monitoring filesystem events DESCRIPTION The fanotify API provides notification and interception of filesystem events. Use cases includ…process identifiers NAME credentials - process identifiers DESCRIPTION Process ID (PID) Each process has a unique nonnegative integer identifier that is assigned when the process i…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 …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 Linux time namespaces NAME time_namespaces - overview of Linux time namespaces DESCRIPTION Time namespaces virtualize the values of two system clocks: • CLOCK_MONOTONIC…Frequently asked questions about using Git NAME gitfaq - Frequently asked questions about using Git SYNOPSIS gitfaq DESCRIPTION The examples in this FAQ assume a standard POSIX she…POSIX safety concepts NAME attributes - POSIX safety concepts DESCRIPTION Note : the text of this man page is based on the material taken from the "POSIX Safety Concepts" section o…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…uniform resource identifier (URI), including a URL or URN NAME uri, url, urn - uniform resource identifier (URI), including a URL or URN SYNOPSIS URI = [ absoluteURI | relativeURI …uniform resource identifier (URI), including a URL or URN NAME uri, url, urn - uniform resource identifier (URI), including a URL or URN SYNOPSIS URI = [ absoluteURI | relativeURI …uniform resource identifier (URI), including a URL or URN NAME uri, url, urn - uniform resource identifier (URI), including a URL or URN SYNOPSIS URI = [ absoluteURI | relativeURI …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…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…install an extension NAME CREATE_EXTENSION - install an extension SYNOPSIS CREATE EXTENSION [ IF NOT EXISTS ] extension_name [ WITH ] [ SCHEMA schema_name ] [ VERSION version ] [ C…obtaining information about sockets NAME sock_diag - obtaining information about sockets SYNOPSIS #include <sys/socket.h> #include <linux/sock_diag.h> #include <linux/unix_diag.h> …overview of Linux PID namespaces NAME pid_namespaces - overview of Linux PID namespaces DESCRIPTION For an overview of namespaces, see namespaces (7). PID namespaces isolate the pr…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 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…