Programming and posix - February 2001
Manuals
Brands
HP Manuals
Software
MPE/iX 6.5 Operating System
51
52
53
54
55
56
57
58
59
60
February 10, 2001
Solution Symposium
Page
57
hp e3000
progr
ammi
ng
and
posix
signals
-
kill
•
int
kill (
pid
_t
pid
,
int
sig
);
•
sends a signal to another process
•
kill
shell command which call
s the kill() function
1
...
...
55
56
57
58
59
...
...
91