KILLALL
NAME
killall -- SIGTERM every process with the given program name
SYNOPSIS
killall program_name
DESCRIPTION
cLIeNUX
killall
is a small script using
pidof
and
signal
.