SysRq function NAME /proc/sysrq-trigger - SysRq function DESCRIPTION /proc/sysrq-trigger (since Linux 2.4.21) Writing a character to this file triggers the same SysRq function as t…Path unit configuration NAME systemd.path - Path unit configuration SYNOPSIS path .path DESCRIPTION A unit configuration file whose name ends in ".path" encodes information about a…control a range of kernel parameters NAME /proc/sys/kernel/ - control a range of kernel parameters DESCRIPTION /proc/sys/kernel/ This directory contains files controlling a range o…Socket unit configuration NAME systemd.socket - Socket unit configuration SYNOPSIS socket .socket DESCRIPTION A unit configuration file whose name ends in ".socket" encodes informa…define a new trigger NAME CREATE_TRIGGER - define a new trigger SYNOPSIS CREATE [ OR REPLACE ] [ CONSTRAINT ] TRIGGER name { BEFORE | AFTER | INSTEAD OF } { event [ OR ... ] } ON t…change the definition of an event trigger NAME ALTER_EVENT_TRIGGER - change the definition of an event trigger SYNOPSIS ALTER EVENT TRIGGER name DISABLE ALTER EVENT TRIGGER name EN…define a new event trigger NAME CREATE_EVENT_TRIGGER - define a new event trigger SYNOPSIS CREATE EVENT TRIGGER name ON event [ WHEN filter_variable IN ( filter_value [, ... ]) [ A…Timer unit configuration NAME systemd.timer - Timer unit configuration SYNOPSIS timer .timer DESCRIPTION A unit configuration file whose name ends in ".timer" encodes information a…a package trigger utility NAME dpkg-trigger - a package trigger utility SYNOPSIS dpkg-trigger [ option ...] trigger-name dpkg-trigger [ option ...] command DESCRIPTION dpkg-trigger…change the definition of a trigger NAME ALTER_TRIGGER - change the definition of a trigger SYNOPSIS ALTER TRIGGER name ON table_name RENAME TO new_name ALTER TRIGGER name ON table_…define a new rewrite rule NAME CREATE_RULE - define a new rewrite rule SYNOPSIS CREATE [ OR REPLACE ] RULE name AS ON event TO table_name [ WHERE condition ] DO [ ALSO | INSTEAD ] …change the definition of a foreign table NAME ALTER_FOREIGN_TABLE - change the definition of a foreign table SYNOPSIS ALTER FOREIGN TABLE [ IF EXISTS ] [ ONLY ] name [ * ] action […change the definition of a table NAME ALTER_TABLE - change the definition of a table SYNOPSIS ALTER TABLE [ IF EXISTS ] [ ONLY ] name [ * ] action [, ... ] ALTER TABLE [ IF EXISTS …restore a PostgreSQL database from an archive file created by pg_dump NAME pg_restore - restore a PostgreSQL database from an archive file created by pg_dump SYNOPSIS pg_restore [ …Seccomp user-space notification mechanism NAME seccomp_unotify - Seccomp user-space notification mechanism LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/seccom…define or change the comment of an object NAME COMMENT - define or change the comment of an object SYNOPSIS COMMENT ON { ACCESS METHOD object_name | AGGREGATE aggregate_name ( aggr…define a new view NAME CREATE_VIEW - define a new view SYNOPSIS CREATE [ OR REPLACE ] [ TEMP | TEMPORARY ] [ RECURSIVE ] VIEW name [ ( column_name [, ...] ) ] [ WITH ( view_option_…virtual memory subsystem NAME /proc/sys/vm/ - virtual memory subsystem DESCRIPTION /proc/sys/vm/ This directory contains files for memory management tuning, buffer, and cache manag…remove an event trigger NAME DROP_EVENT_TRIGGER - remove an event trigger SYNOPSIS DROP EVENT TRIGGER [ IF EXISTS ] name [ CASCADE | RESTRICT ] DESCRIPTION DROP EVENT TRIGGER remov…remove a trigger NAME DROP_TRIGGER - remove a trigger SYNOPSIS DROP TRIGGER [ IF EXISTS ] name ON table_name [ CASCADE | RESTRICT ] DESCRIPTION DROP TRIGGER removes an existing tri…