home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man1 / kill.1 < prev    next >
Encoding:
Text File  |  1975-06-26  |  720 b   |  30 lines

  1. .th KILL I 2/8/75
  2. .sh NAME
  3. kill \*- terminate a process
  4. .sh SYNOPSIS
  5. .bd kill
  6. [ \fB\*-\fRsigno ]
  7. processid ...
  8. .sh DESCRIPTION
  9. Kills the specified processes.
  10. The process number of each asynchronous process
  11. started with `&' is reported by the Shell.
  12. Process numbers can also be found by using \fIps\fR (I).
  13. .s3
  14. If process number 0 is used, then all processes
  15. belonging to the current user and associated with the same control typewriter
  16. are killed.
  17. .s3
  18. The killed process must belong
  19. to the current user unless
  20. he is the super-user.
  21. .s3
  22. If a signal number preceded by ``\*-'' is given
  23. as first argument, that signal is sent instead of
  24. .it kill
  25. (see
  26. .it "signal (II))."
  27. .sh "SEE ALSO"
  28. ps (I), sh (I), signal (II)
  29. .sh BUGS
  30.