copying strings and character sequences NAME stpcpy, strcpy, strcat, stpecpy, strtcpy, strlcpy, strlcat, stpncpy, strncpy, strncat - copying strings and character sequences SYNOPSI…dumping mawk's byte-code NAME mawk-code - dumping mawk's byte-code SYNOPSIS At startup, mawk compiles the script into byte-code. After that, it interprets the compiled byte-code. U…overview of interfaces for obtaining randomness NAME random - overview of interfaces for obtaining randomness DESCRIPTION The kernel random-number generator relies on entropy gathe…change a run-time parameter NAME SET - change a run-time parameter SYNOPSIS SET [ SESSION | LOCAL ] configuration_parameter { TO | = } { value | ' value ' | DEFAULT } SET [ SESSION…Kernel command line parameters NAME kernel-command-line - Kernel command line parameters SYNOPSIS /proc/cmdline DESCRIPTION The kernel, the programs running in the initrd and in th…description of the filesystem hierarchy NAME hier - description of the filesystem hierarchy DESCRIPTION A typical Linux system has, among others, the following directories: / This …list of eBPF helper functions NAME BPF-HELPERS - list of eBPF helper functions DESCRIPTION The extended Berkeley Packet Filter (eBPF) subsystem consists in programs written in a ps…Linux routing socket NAME rtnetlink - Linux routing socket SYNOPSIS #include <asm/types.h> #include <linux/if_link.h> #include <linux/netlink.h> #include <linux/rtnetlink.h> #inclu…define or change a security label applied to an object NAME SECURITY_LABEL - define or change a security label applied to an object SYNOPSIS SECURITY LABEL [ FOR provider ] ON { TA…define a new data type NAME CREATE_TYPE - define a new data type SYNOPSIS CREATE TYPE name AS ( [ attribute_name data_type [ COLLATE collation ] [, ... ] ] ) CREATE TYPE name AS EN…retrieve rows from a table or view NAME SELECT, TABLE, WITH - retrieve rows from a table or view SYNOPSIS [ WITH [ RECURSIVE ] with_query [, ...] ] SELECT [ ALL | DISTINCT [ ON ( e…Syntax and semantics of apt search patterns NAME apt-patterns - Syntax and semantics of apt search patterns DESCRIPTION Starting with version 2.0, APT provides support for patterns…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> …System bootup process NAME bootup - System bootup process DESCRIPTION A number of different components are involved in the boot of a Linux system. Immediately after power-up, the s…Helper programs to interact with remote repositories NAME gitremote-helpers - Helper programs to interact with remote repositories SYNOPSIS git remote-<transport> <repository> [<UR…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…Index of configuration directives NAME systemd.directives - Index of configuration directives UNIT DIRECTIVES Directives for configuring units, used in unit files. Accept= systemd.…optional parts of the POSIX standard NAME posixoptions - optional parts of the POSIX standard DESCRIPTION The POSIX standard (the information below is from POSIX.1-2001) describes …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…copy data between a file and a table NAME COPY - copy data between a file and a table SYNOPSIS COPY table_name [ ( column_name [, ...] ) ] FROM { ' filename ' | PROGRAM ' command '…