centos man page for sys_kill

Query: sys_kill

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
Kernel Hackers Manual 3.10 June 2014 SYS_KILL(9)
Related Man Pages
kill(2) - freebsd
kill(2) - redhat
kill(2) - sunos
kill(2) - minix
kill(2) - opendarwin
Similar Topics in the Unix Linux Community
Autosys kill command