Programming and posix - February 2001

February 10, 2001
Solution Symposium
Page 57
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