NAME
killall - kill processes by name
SYNOPSIS
killall [-Z, --context pattern] [-e, --exact] [-g, --process-group] [-i, --interactive] [-o, --older-than TIME] [-q, --quiet] [-r, --regexp] [-s, --signal SIGNAL, -SIGNAL] [-u, --user user] [-v, --verbose] [-w, --wait] [-y, --younger-than TIME] [-I, --ignore- case] [-V, --version] [--] name ... killall -l killall -V, --version
DESCRIPTION
killall sends a signal to all processes running any of the specified commands. If no signal name is specified, SIGTERM is sent. Signals can be specified either by name (e.g. -HUP or -SIGHUP) or by number (e.g. -1) or by option -s. If the command name is not regular expression (option -r) and contains a slash (/), processes executing that particular file will be selected for killing, independent of their name. killall returns a zero return code if at least one process has been killed for each listed command, or no commands were listed and at least one process matched the -u and -Z search criteria. killall returns non-zero otherwise. A killall process never kills itself (but may kill other killall processes).
OPTIONS
-e, --exact Require an exact match for very long names. If a command name is longer than 15 characters, the full name may be unavailable (i.e. it is swapped out). In this case, killall will kill everything that matches within the first 15 characters. With -e, such entries are skipped. killall prints a message for each skipped entry if -v is specified in addition to -e, -I, --ignore-case Do case insensitive process name match. -g, --process-group Kill the process group to which the process belongs. The kill signal is only sent once per group, even if multiple processes belonging to the same process group were found. -i, --interactive Interactively ask for confirmation before killing. -l, --list List all known signal names. -o, --older-than Match only processes that are older (started before) the time specified. The time is specified as a float then a unit. The units are s,m,h,d,w,M,y for seconds, minutes, hours, days, weeks, Months and years respectively. -q, --quiet Do not complain if no processes were killed. -r, --regexp Interpret process name pattern as a POSIX extended regular expression, per regex(3). -s, --signal, -SIGNAL Send this signal instead of SIGTERM. -u, --user Kill only processes the specified user owns. Command names are optional. -v, --verbose Report if the signal was successfully sent. -V, --version Display version information. -w, --wait Wait for all killed processes to die. killall checks once per second if any of the killed processes still exist and only returns if none are left. Note that killall may wait forever if the signal was ignored, had no effect, or if the process stays in zombie state. -y, --younger-than Match only processes that are younger (started after) the time specified. The time is specified as a float then a unit. The units are s,m,h,d,w,M,y for seconds, minutes, hours, days, weeks, Months and years respectively. -Z, --context (SELinux Only) Specify security context: kill only processes having security context that match with given expended regular expression pattern. Must precede other arguments on the command line. Command names are optional.
FILES
/proc location of the proc file system
KNOWN BUGS
Killing by file only works for executables that are kept open during execution, i.e. impure executables can't be killed this way. Be warned that typing killall name may not have the desired effect on non-Linux systems, especially when done by a privileged user. killall -w doesn't detect if a process disappears and is replaced by a new process with the same PID between scans. If processes change their name, killall may not be able to match them correctly. killall has a limit of names that can be specified on the command line. This figure is the size of an unsigned long multiplied by 8. For most 32 bit systems the limit is 32 and similarly for a 64 bit system the limit is usually 64.
SEE ALSO
kill(1), fuser(1), pgrep(1), pidof(1), pkill(1), ps(1), kill(2), regex(3).
More Linux Commands
manpages/Mail::SpamAssassin::Plugin::VBounce.3pm.html
Mail::SpamAssassin::Plugin::VBounce(3pm) - aid in rescuing g
This is used to rescue legitimate bounce messages that were generated in response to mail you really *did* send. List the MTA relays that your outbound mai...
manpages/broadwayd.1.html
broadwayd(1) Broadway display server - Linux manual page....
broadwayd is a display server for the Broadway GDK backend. It allows multiple GTK+ applications to display their windows in the same web browser, by connecting
manpages/DMXRemoveScreen.3.html
DMXRemoveScreen(3) - detach a back-end screen (Man Page)....
DMXRemoveScreen() detaches the back-end screen from the Xdmx(1) server. RETURN VALUE DMXRemoveScreen() returns True on success, and False if there were protocol
manpages/gnutls_x509_crl_get_extension_oid.3.html
gnutls_x509_crl_get_extension_oid(3) - API function.........
This function will return the requested extension OID in the CRL. The extension OID will be stored as a string in the provided buffer. RETURNS On success, GNUTL
manpages/streqvcmp.3.html
streqvcmp(3) compare two strings with an equivalence mapping
streqvcmp.3 - Using a character mapping, two strings are compared for equivalence. Each input character is mapped to a comparison character and the mapped-to ch
manpages/freeaddrinfo.3.html
freeaddrinfo(3) - network address and service translation...
Given node and service, which identify an Internet host and a service, getaddrinfo() returns one or more addrinfo structures, each of which contains an Internet
manpages/sasl_server_new.3.html
sasl_server_new(3) - Create a new server authentication obje
sasl_server_new() creates a new SASL context. This context will be used for all SASL calls for one connection. It handles both authentication and integrity/encr
manpages/Tk_MoveResizeWindow.3.html
Tk_MoveResizeWindow(3) - change window configuration or attr
These procedures are analogous to the X library procedures with similar names, such as XConfigureWindow. Each one of the above procedures calls the correspondin
manpages/lckpwdf.3.html
lckpwdf(3) - get shadow password file entry - Linux man page
Long ago it was considered safe to have encrypted passwords openly visible in the password file. When computers got faster and people got more security-consciou
manpages/printafm.1.html
printafm(1) - Print the metrics from a Postscript font in AF
This script invokes gs(1) to print the metrics from a font in AFM format. Output goes to stdout. SEE ALSO gs(1) VERSION This document was last revised for Ghost
manpages/Tk_CanvasPsStipple.3.html
Tk_CanvasPsStipple(3) - utility procedures for generating Po
These procedures are called by canvas type managers to carry out common functions related to generating Postscript. Most of the procedures take a canvas argumen
manpages/joystick.4.html
joystick(4) - Joystick input driver - Linux manual page.....
joystick is an Xorg input driver for controlling the pointer with a joystick device. Use this driver, if you want to - generate cursor movement, perform button
