kill - terminate process(es) — Inferno 1ed
kill - terminate process(es)
kill [-g] pid kill [-g] module
Description
The kill command terminates the process (numeric argument) or module (non-numeric argument) by sending a kill string to the corresponding ctl file. Processes running a named module are identified by their status file.|
-g
|
This option specifies that the message be killgrp, requesting that all processes in the process group (see pctl - process control in Chapter 8) be terminated.
|
Files
/prog/pid/ctl See Also
prog - interface to running programs in Chapter 2
infernosupport@lucent.com Copyright © 1996,Lucent Technologies, Inc. All rights reserved.