opensolaris man page for killall

Query: killall

OS: opensolaris

Section: 1m

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

killall(1M)						  System Administration Commands					       killall(1M)

NAME
killall - kill all active processes
SYNOPSIS
/usr/sbin/killall [signal]
DESCRIPTION
killall is used by shutdown(1M) to kill all active processes not directly related to the shutdown procedure. killall terminates 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 the active processes. If no signal is specified, a default of 15 is used. The killall command can be run only by the super-user.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+
SEE ALSO
kill(1), ps(1), fuser(1M), shutdown(1M), signal(3C), attributes(5) SunOS 5.11 14 Sep 1992 killall(1M)
Related Man Pages
killall(1) - redhat
killall(1) - linux
killall(1) - centos
killall(1m) - hpux
killall(1) - freebsd
Similar Topics in the Unix Linux Community
C program to kill root processes
Killall script?
need help: shell script to restart apache when no. of processes keeps growing
what happens when user does kill 1
How to find out and kill all processes for a user?