| manpages.info - online man pages | ![]() |
|||
|
kill (1) Table of Contents
Namekill - terminate or signal a process
Synopsis
kill [-s signal_name] pid ...
DescriptionThe kill utility sends a signal to the processes specified by the pid operand(s).
Only the super-user may send signals to other users' processes.
The options are as follows:
The following pids have special meanings:
Some of the more commonly used signals:
Some shells may provide a builtin kill command which is similar or identical to this utility. Consult the builtin(1) manual page.
See Alsobuiltin(1) , csh(1) , killall(1) , ps(1) , kill(2) , sigaction(2)
StandardsThe kill function is expected to be IEEE Std 1003.2 (``POSIX.2'') compatible.
HistoryA kill command appeared in Version 6 AT&T UNIX.
BugsA replacement for the command ``kill 0'' for csh(1) users should be provided.
|