Programming and posix - April 2002

April 3, 2002
Solution Symposium
Page 58
hp e3000
programming
and posix
signals - kill
int kill (pid_t pid, int sig);
sends a signal to another process
kill shell command which calls the kill() function