Scroll to navigation

SYS_KILL(9) Driver Basics SYS_KILL(9)

NAME

sys_kill - 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

January 2017 Kernel Hackers Manual 4.8.