Research V4 development
[unix-history] / man / man1 / kill.1
CommitLineData
0d96c412
KT
1.th KILL I 8/18/73
2.sh NAME
3kill \*- do in an unwanted process
4.sh SYNOPSIS
5.bd kill
6processid ...
7.sh DESCRIPTION
8Kills the specified processes.
9The processid of each asynchronous process
10started with `&' is reported by the shell.
11Processid's can also be found by using \fIps\fR (I).
12.s3
13The killed process must have
14been started from the same typewriter
15as the current user, unless
16he is the superuser.
17.sh "SEE ALSO"
18ps(I), sh(I)
19.sh BUGS
20Clearly people should only be allowed to kill
21processes owned by them, and having the same typewriter
22is neither necessary nor sufficient.