kill by linuly from LinuxQuestions.org on 2021-12-18 13:04 (#5T69W) Hi,Please amend if i am wrong.When we use kill command,kill will use system call int kill(pid_t pid, int sig).kill will not uses unix socket,shared memory,array mutex.Kernel will receive the above system call and will send the message to the target process.