diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
| commit | 711594636704defae873be1a355a292505585afd (patch) | |
| tree | 59ee13f863830d8beba6cfd02bbe813dd486c26f /static/v10/man8/kill.8 | |
| parent | 3258a063c1f189d7b019e40e525b46bef9b9a7b1 (diff) | |
docs: Added UNIX V10 Manuals
Diffstat (limited to 'static/v10/man8/kill.8')
| -rw-r--r-- | static/v10/man8/kill.8 | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/static/v10/man8/kill.8 b/static/v10/man8/kill.8 new file mode 100644 index 00000000..0c6db3ff --- /dev/null +++ b/static/v10/man8/kill.8 @@ -0,0 +1,36 @@ +.pa 1 +.he 'KILL (VIII)'1/20/73'KILL (VIII)' +.ti 0 +NAME kill -- terminate process with extreme prejudice +.sp +.ti 0 +SYNOPSIS /usr/adm/kill_____________ processnumber +.sp +.ti 0 +DESCRIPTION After ps__ +(q.v.) has given you the unique ID of a process, you can terminate +it by this command. +A core image is produced in the process's working directory. + +Only the super-user can exercise this privilege. +.sp +.ti 0 +FILES -- +.sp +.ti 0 +SEE ALSO ps (VIII) +.sp +.ti 0 +DIAGNOSTICS yes +.sp +.ti 0 +BUGS If the process +has executed sys nice (II) +and there is another process which has not, but +which loops, +the first process cannot be done in properly, +since it has to be swapped in so as cooperate +in its own murder. + +It would also be nice if ordinary people could +kill their own processes. |
