Kill
Revision as of 05:28, 9 December 2019 by Welcome (talk | contribs) (Created page with "<code>kill</code> is a command that is used in Linux and other operating systems to send signals to running processes. kill commands allows to send wikipedia:Signal_...")
kill
is a command that is used in Linux and other operating systems to send signals to running processes. kill commands allows to send SIGKILL (kill -9 PID
) signal that cause the process to terminate immediately (kill).
Advertising: