conventions for naming terminal types NAME term - conventions for naming terminal types DESCRIPTION The environment variable TERM should normally contain the type name of the termi…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…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…character set standards and internationalization NAME charsets - character set standards and internationalization DESCRIPTION This manual page gives an overview on different charac…System Credentials NAME systemd.system-credentials - System Credentials DESCRIPTION System and Service Credentials [1] are data objects that may be passed into booted systems or sy…kernel image access prevention feature NAME kernel_lockdown - kernel image access prevention feature DESCRIPTION The Kernel Lockdown feature is designed to prevent both direct and …overview of Linux capabilities NAME capabilities - overview of Linux capabilities DESCRIPTION For the purpose of performing permission checks, traditional UNIX implementations dist…design notes for mawk's array implementation NAME mawk-arrays - design notes for mawk's array implementation SYNOPSIS This is the documentation for the mawk implementation of awk a…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…Special systemd units NAME systemd.special - Special systemd units SYNOPSIS basic.target, bluetooth.target, cryptsetup-pre.target, cryptsetup.target, veritysetup-pre.target, verity…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…change a database NAME ALTER_DATABASE - change a database SYNOPSIS ALTER DATABASE name [ [ WITH ] option [ ... ] ] where option can be: ALLOW_CONNECTIONS allowconn CONNECTION LIMIT…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…change the definition of a procedure NAME ALTER_PROCEDURE - change the definition of a procedure SYNOPSIS ALTER PROCEDURE name [ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ] a…delete rows of a table NAME DELETE - delete rows of a table SYNOPSIS [ WITH [ RECURSIVE ] with_query [, ...] ] DELETE FROM [ ONLY ] table_name [ * ] [ [ AS ] alias ] [ USING from_i…cluster a table according to an index NAME CLUSTER - cluster a table according to an index SYNOPSIS CLUSTER [ ( option [, ...] ) ] [ table_name [ USING index_name ] ] where option …change a database role NAME ALTER_ROLE - change a database role SYNOPSIS ALTER ROLE role_specification [ WITH ] option [ ... ] where option can be: SUPERUSER | NOSUPERUSER | CREATE…change the definition of a function NAME ALTER_FUNCTION - change the definition of a function SYNOPSIS ALTER FUNCTION name [ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ] actio…monitoring filesystem events NAME fanotify - monitoring filesystem events DESCRIPTION The fanotify API provides notification and interception of filesystem events. Use cases includ…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…