killall(1M)
NAME
killall − kill all active processes
SYNOPSIS
/etc/killall [signal] [-n namelist]
DESCRIPTION
killall is a procedure used by /etc/shutdown to kill all active processes not directly related to the shutdown procedure.
killall is chiefly used to terminate all processes with open files so that the mounted file systems will be unbusied and can be unmounted.
killall sends signal (see kill(1)) to all remaining processes not belonging to the above group of exclusions. If no signal is specified, a default of 9 is used.
The -n option specifies an alternate namelist. The default namelist is /unix.
FILES
/etc/shutdown
/unix
SEE ALSO
fuser(1M), kill(1), ps(1), shutdown(1M), signal(2).
CX/UX Administrator’s Reference