sys_kill(9) send a signal to a process

SYNOPSIS

long sys_kill(pid_t pid, int sig);

ARGUMENTS

pid

the PID of the process

sig

signal to be sent

COPYRIGHT