Sigaction

CORE(5) - File Formats Manual

Sigaction, Gdb, Sysctl, Setrlimit, Core

CORE(5) - File Formats Manual # CORE(5) - File Formats Manual NAME # core - memory image file format SYNOPSIS # #include <sys/types.h> #include <sys/exec_elf.h> DESCRIPTION # A small number of signals which cause abnormal termination of a process also cause a record of the process’s in-core state to be written to disk for later examination by one of the available debuggers (see sigaction(2)). By default, this memory image is written to a file named programname. ...

KILL(1) - General Commands Manual

Ksh, Pkill, Sigaction, Ps, Csh, Kill

KILL(1) - General Commands Manual # KILL(1) - General Commands Manual NAME # kill - terminate or signal a process SYNOPSIS # kill [-s signal_name] pid … kill -l [exit_status] kill -‌signal_name pid … kill -‌signal_number pid … DESCRIPTION # The kill utility sends a signal to the process(es) specified by the pid operand(s). If no signal is specified, SIGTERM is used. Only the superuser may send signals to other users’ processes. ...

LASTCOMM(1) - General Commands Manual

Accton, Sigaction, Acct, Core, Last, Lastcomm

LASTCOMM(1) - General Commands Manual # LASTCOMM(1) - General Commands Manual NAME # lastcomm - show last commands executed in reverse order SYNOPSIS # lastcomm [-f file] [command …] [user …] [terminal …] DESCRIPTION # lastcomm gives information on previously executed commands. With no arguments, lastcomm prints information about all the commands recorded during the current accounting file’s lifetime. The options are as follows: -f file Read from file rather than the default accounting file. ...

PKILL(1) - General Commands Manual

Grep, Sigaction, Kill, Ps, Re_format, Pkill

PKILL(1) - General Commands Manual # PKILL(1) - General Commands Manual NAME # pgrep, pkill - find or signal processes by name SYNOPSIS # pgrep [-flnoqvx] [-d delim] [-G gid] [-g pgrp] [-P ppid] [-s sid] [-T rtable] [-t tty] [-U uid] [-u euid] [pattern …] pkill [-‌signal] [-fIlnoqvx] [-G gid] [-g pgrp] [-P ppid] [-s sid] [-T rtable] [-t tty] [-U uid] [-u euid] [pattern …] DESCRIPTION # The pgrep command searches the process table on the running system and prints the process IDs of all processes that match the criteria given on the command line. ...