1SYS_KILL(9)                      Driver Basics                     SYS_KILL(9)
2
3
4

NAME

6       sys_kill - send a signal to a process
7

SYNOPSIS

9       long sys_kill(pid_t pid, int sig);
10

ARGUMENTS

12       pid
13           the PID of the process
14
15       sig
16           signal to be sent
17
19Kernel Hackers Manual 3.10         June 2019                       SYS_KILL(9)
Impressum