Unleashed v1.4
[unleashed.git] / share / man / man8 / killall.8
blob07eb376fb30c3580e632d25ee2ec51b06c5fd49d
1 '\" te
2 .\" Copyright (c) 1996, Sun Microsystems, Inc. All Rights Reserved.
3 .\" Copyright 1989 AT&T
4 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
5 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
6 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
7 .TH KILLALL 8 "Sep 14, 1992"
8 .SH NAME
9 killall \- kill all active processes
10 .SH SYNOPSIS
11 .LP
12 .nf
13 \fB/usr/sbin/killall\fR [\fIsignal\fR]
14 .fi
16 .SH DESCRIPTION
17 .sp
18 .LP
19 \fBkillall\fR is used by \fBshutdown\fR(8) to kill all active processes not
20 directly related to the shutdown procedure.
21 .sp
22 .LP
23 \fBkillall\fR terminates all processes with open files so that the mounted file
24 systems will be unbusied and can be unmounted.
25 .sp
26 .LP
27 \fBkillall\fR sends \fIsignal\fR (see \fBkill\fR(1)) to the active processes.
28 If no \fIsignal\fR is specified, a default of \fB15\fR is used.
29 .sp
30 .LP
31 The \fBkillall\fR command can be run only by the super-user.
32 .SH SEE ALSO
33 .sp
34 .LP
35 \fBkill\fR(1), \fBps\fR(1), \fBfuser\fR(8), \fBshutdown\fR(8),
36 \fBsignal\fR(3C), \fBattributes\fR(5)