Home
Search all pages
Subjects
By activity
Professions, Sciences, Humanities, Business, ...
User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...
Text Strings
Conversions, tests, processing, manipulation,...
Math
Integer, Floating point, Matrix, Statistics, Boolean, ...
Processing
Algorithms, Memory, Process control, Debugging, ...
Stored Data
Data storage, Integrity, Encryption, Compression, ...
Communications
Networks, protocols, Interprocess, Remote, Client Server, ...
Hard World Timing, Calendar and Clock, Audio, Video, Printer, Controls...
File System
Management, Filtering, File & Directory access, Viewers, ...
|
|
|
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
RedHat
Solaris
Others
[IEEE Std1003.2-1992 (``POSIX.2'')]
KILL(1) OpenBSD Reference Manual KILL(1)
NAME
kill - terminate or signal a process
SYNOPSIS
kill [-s signal_name] pid [...]
kill -l [exit_status]
kill -signal_name pid [...]
kill -signal_number pid [...]
DESCRIPTION
The kill utility sends a signal to the process(es) specified by the pid
operand(s). If no signal is specified, SIGTERM is used.
Only the super-user may send signals to other users' processes.
The options are as follows:
-s signal_name
A symbolic signal name specifying the signal to be sent instead
of the default SIGTERM.
-l [exit_status]
If no operand is given, list the signal names; otherwise, write
the signal name corresponding to exit_status.
-signal_name
A symbolic signal name specifying the signal to be sent instead
of the default SIGTERM.
-signal_number
A non-negative decimal integer specifying the signal to be sent
instead of the default SIGTERM.
The following PIDs have special meanings:
-1 If super-user, broadcast the signal to all processes; oth-
erwise, broadcast to all processes belonging to the user.
Some of the more commonly used signals:
1 HUP (hang up)
2 INT (interrupt)
3 QUIT (quit)
6 ABRT (abort)
9 KILL (non-catchable, non-ignorable kill)
14 ALRM (alarm clock)
15 TERM (software termination signal)
The kill utility is built-in to csh(1); it allows job specifiers of the
form ``%...'' as arguments so process IDs are not as often used as kill
arguments. See csh(1) for details.
SEE ALSO
csh(1), ps(1), kill(2), sigaction(2)
STANDARDS
The kill utility is expected to be IEEE Std1003.2 (``POSIX.2'') compati-
ble.
HISTORY
A kill command appeared in Version 6 AT&T UNIX.
BUGS
A replacement for the command ``kill 0'' for csh(1) users should be pro-
vided.
OpenBSD 2.6 April 28, 1995 2
Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts Institute of Technology, Free Software Foundation, FreeBSD Inc., and others. |
(Corrections, notes, and links courtesy of RocketAware.com)
FreeBSD Sources for kill(1) OpenBSD sources for kill(1)
Up to: Process Creation and Control - child process control (like sending signals), renice, fork, et al
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
RedHat
Solaris
Others
[IEEE Std1003.2-1992 (``POSIX.2'')]
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware >
kill.1/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|