[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    killall(1M) manual page Table of Contents

Name

killall - kill all active processes

Synopsis

/usr/sbin/killall [ signal ]

Availability

SUNWcsu

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.

See Also

kill(1) , ps(1) , fuser(1M) , shutdown(1M) , signal(3C)


Table of Contents