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

May 2018 Kernel Hackers Manual 3.16