To Index

 Documented in Volume 1 of the UNIX Programmers Manual.


 % kill 23125
  kill process 23125 which was started asynchronously.


 % kill -9 26966
  will unconditionally kill process number 26966 (and all its child 
  processes).

  See ps for determining how to identify a process and get its number.

To Index