Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 268 Bytes

kill.md

File metadata and controls

15 lines (9 loc) · 268 Bytes

kill

Sends signal SIGKILL to the given PIDs which ends the process.

kill PID0 PID1 ... PIDn

Returns:

  • 0 on success Syscall: kill

Up: user space

Process Management: kill