morpheus-base

morpheus base system
git clone git://git.2f30.org/morpheus-base
Log | Files | Refs

killall5.8 (572B)


      1 .TH KILLALL5 8 ubase-VERSION
      2 .SH NAME
      3 \fBkillall\fR - Send a signal to all processes
      4 .SH SYNOPSIS
      5 \fBkillall5\fR [\fB-o\fI pid1,pid2,...,pidN\fR] [\fB-s\fI signal\fR]
      6 .SH DESCRIPTION
      7 \fBkillall5\fR is an implementation of the SystemV killall command.
      8 It sends a signal to all processes except kernel threads and the processes
      9 in its own session.  It is primarily used by the system's init scripts.
     10 .SH OPTIONS
     11 .TP
     12 \fB-o\fR
     13 Tell killall5 to omit processes with that process id.
     14 .TP
     15 \fB-s\fR
     16 Send \fIsignal\fR instead of the default SIGTERM.
     17 .SH SEE ALSO
     18 halt(8), reboot(8)