Penguin
Annotated edit history of kill(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 KILL
2 !!!KILL
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SIGNALS
7 NOTES
8 EXAMPLES
9 SEE ALSO
10 STANDARDS
11 AUTHOR
12 ----
13 !!NAME
14
15
16 kill - report process status
17 !!SYNOPSIS
18 !!DESCRIPTION
19
20
21 The default signal for kill is TERM. Use -l or -L to list available signals. Particularly useful signals include HUP, INT, KILL, STOP, CONT, and 0. Alternate signals may be specified in three ways: -9 -SIGKILL -KILL.
22 !!SIGNALS
23
24
25 The signals listed below may be available for use with kill.
26 When known constant, numbers and default behavior are
27 shown.
28 !!NOTES
29
30
31 Your shell (command line interpreter) may have a built-in kill command. You may need to run the command described here as /bin/kill to solve the conflict.
32 !!EXAMPLES
33
34
35 kill -9 -1
36 kill -l 11
37 kill 123 543 2341 3453
38 !!SEE ALSO
39
40
41 top(1) skill(1) kill(2) renice(1) nice(1)
42 !!STANDARDS
43
44
45 This command meets appropriate standards. The -L flag is
46 Linux-specific.
47 !!AUTHOR
48
49
50 Albert Cahalan
51
52
53 Please send bug reports to
54 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.